summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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