From 48cf82bfc6cd65cc95f7658582fc532602a85ac0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 4 Nov 2008 20:42:29 +0000 Subject: few more make fules. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9501d3..071ddac 100644 --- a/Makefile +++ b/Makefile @@ -66,9 +66,12 @@ stats: tail -n 1 | sed s/total//`"' stats-tofile: make stats | tee ./docs/stats.txt -test: all +testrun: cat ./tmp/test.fy > ./tmp/test.out ./$(BIN) -V ./tmp/test.fy | tee -a ./tmp/test.out +tr: testrun +test: all testrun +t: test run: ./$(BIN) ./tmp/test.fy core: @@ -109,4 +112,5 @@ deinstall: uninstall: deinstall pod: @cd ./docs/pod; make clean all - +sess: + vim -S Session.vim -- cgit v1.2.3