home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-02-01 | 269 b | 13 lines |
- # Makefile for make!
- # using Microsoft C 3.0 or 4.0 with the cl.exe program renamed to cc.exe
-
- CFLAGS = -DMSC -O
-
- OBJS = check.obj input.obj macro.obj main.obj \
- make.obj reader.obj rules.obj msdos.obj
-
- make.exe: $(OBJS)
- cc -o make $(OBJS)
-
- $(OBJS): h.h
-