home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / cfc / Makefile < prev   
Encoding:
Makefile  |  1987-06-30  |  107 b   |  5 lines

  1. cfc:        cfc.c
  2.     $(CC) $(CFLAGS) cfc.c -o cfc
  3. install:    cfc cfc.1
  4.     @echo install according to local conventions
  5.