NetBSD/bin/ed/test/Makefile

18 lines
273 B
Makefile
Raw Normal View History

ED= ../obj/ed
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
1993-11-12 13:50:14 +03:00
@mkscripts.sh ${ED}
1993-04-10 15:46:38 +04:00
test: build ckscripts.sh
@echo running test scripts...
@chmod +x ckscripts.sh
1993-11-12 13:50:14 +03:00
@ckscripts.sh ${ED}
clean:
1993-04-10 15:46:38 +04:00
rm -f *.ed *.[oz] *~