home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume13 / cfc / Makefile < prev   
Makefile  |  1988-01-31  |  118b  |  6 lines

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