home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d128
/
sed.lha
/
Sed
/
makefile
< prev
next >
Wrap
Makefile
|
1988-01-02
|
199b
|
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