diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-04 20:42:29 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-04 20:42:29 +0000 |
| commit | 48cf82bfc6cd65cc95f7658582fc532602a85ac0 (patch) | |
| tree | 97642dad8f06c1d2a666b6903e4275fb07242785 /Makefile | |
| parent | 71f02b4a701b6fb5f54950ef9925672b8c608211 (diff) | |
few more make fules.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
