#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 
