home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
100-199
/
ff114.lzh
/
CDecl
/
Makefile
< prev
next >
Wrap
Makefile
|
1987-11-22
|
209b
|
16 lines
# Makefile for cdecl
CC = lc
CFLAGS =
all : cdecl
cdecl : cdgram.o cdsupp.o
blink with cdecl.lnk
cdgram.o : cdgram.c cdlex.c
$(CC) $(CFLAGS) cdgram.c
cdsupp.o : cdsupp.c
$(CC) $(CFLAGS) cdsupp.c