NetBSD/bin/ed/test/Makefile

19 lines
350 B
Makefile
Raw Normal View History

1993-12-28 13:59:05 +03:00
ED!=cd $(.CURDIR)/..; \
printf "xxx:\n\techo \$${.OBJDIR}/ed\n" | make -r -s -f - xxx
1993-11-12 13:50:14 +03:00
all: build test
1993-04-10 15:46:38 +04:00
@echo done
1993-04-10 15:46:38 +04:00
build: mkscripts.sh
@echo building test scripts...
@chmod +x mkscripts.sh
@./mkscripts.sh ${ED}
1993-04-10 15:46:38 +04:00
test: build ckscripts.sh
@echo running test scripts...
@chmod +x ckscripts.sh
@./ckscripts.sh ${ED}
clean:
1993-04-10 15:46:38 +04:00
rm -f *.ed *.[oz] *~