home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume3 / totri / makefile next >
Encoding:
Makefile  |  1989-02-03  |  90 b   |  7 lines

  1. all: totri untri
  2.  
  3. totri: totri.c
  4.     $(CC) -o $@ totri.c
  5. untri: untri.c
  6.     $(CC) -o $@ untri.c
  7.