home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-02-14 | 199 b | 10 lines |
- #makefile for the don kneller's shareware ndmake
-
- OBJS= sedcomp.o sedexec.o
-
- sed: $(OBJS) sed.h debug.h
- $(CC) -o sed $(OBJS)
-
- sedcomp.o: debug.h sed.h sedcomp.c
- sedexec.o: debug.h sed.h sedexec.c
-