diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-07 22:20:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-07 22:20:48 +0000 |
| commit | d0122e88576f6b05e4142df3a0b25735f5e82e29 (patch) | |
| tree | cbf8c778dcc884e8ffbccc40e6414f3b5352e4b6 /Makefile | |
| parent | c33e87f7b07553e999db94ca0ac6529ed1816332 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -67,17 +67,17 @@ stats: stats-tofile: make stats | tee ./docs/stats.txt testrun: - cat ./tmp/test.fy > ./tmp/test.out - ./$(BIN) -V ./tmp/test.fy | tee -a ./tmp/test.out + cat ./test.fy > ./test.out + ./$(BIN) -V ./test.fy | tee -a ./test.out tr: testrun test: all testrun t: test run: - ./$(BIN) ./tmp/test.fy + ./$(BIN) ./test.fy core: gdb $(BIN) $(BIN).core gdb: - gdb --args $(BIN) ./tmp/test.fy + gdb --args $(BIN) .//test.fy newline: @echo examples: all |
