summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-04 20:42:29 +0000
committerPaul Buetow <paul@buetow.org>2008-11-04 20:42:29 +0000
commit48cf82bfc6cd65cc95f7658582fc532602a85ac0 (patch)
tree97642dad8f06c1d2a666b6903e4275fb07242785 /Makefile
parent71f02b4a701b6fb5f54950ef9925672b8c608211 (diff)
few more make fules.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
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