home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume15 / moontool / makefile next >
Encoding:
Makefile  |  1988-06-02  |  125 b   |  6 lines

  1.  
  2. #   Make instructions for moon tool
  3.  
  4. moontool: moontool.c
  5.     cc -O moontool.c -o moontool -lm -lsuntool -lsunwindow -lpixrect
  6.