home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume13
/
cfc
/
Makefile
< prev
Wrap
Makefile
|
1988-01-31
|
118b
|
6 lines
all: cfc cfc.1
install: all
@echo install according to local conventions.
cfc: cfc.c
$(CC) $(CFLAGS) -o cfc cfc.c