home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-11-21 | 209 b | 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
-