NetBSD/bin/ed/test/Makefile

24 lines
378 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.6 1993/08/02 20:43:57 jtc Exp $
1993-08-02 21:15:26 +04:00
.if exists(../obj)
ED= ../obj/ed
.else
ED= ../ed
.endif
all: ${ED} 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] *~