diff options
Diffstat (limited to 'bin/ed/test/Makefile')
-rw-r--r-- | bin/ed/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index 750f388..ca45a51 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -6,12 +6,12 @@ all: build test build: mkscripts.sh @echo building test scripts... @chmod +x mkscripts.sh - @mkscripts.sh ${ED} + @./mkscripts.sh ${ED} test: build ckscripts.sh @echo running test scripts... @chmod +x ckscripts.sh - @ckscripts.sh ${ED} + @./ckscripts.sh ${ED} clean: rm -f *.ed *.[oz] *~ |