NetBSD/bin/ed/test/Makefile

18 lines
275 B
Makefile
Raw Normal View History

ED= ../ed
1993-04-10 15:46:38 +04:00
all: build test
@echo done
1993-04-10 15:46:38 +04:00
build: mkscripts.sh
@echo building test scripts...
@chmod +x mkscripts.sh
@ED=${ED} mkscripts.sh
1993-04-10 15:46:38 +04:00
test: build ckscripts.sh
@echo running test scripts...
@chmod +x ckscripts.sh
@ED=${ED} ckscripts.sh
clean:
1993-04-10 15:46:38 +04:00
rm -f *.ed *.[oz] *~