From d0122e88576f6b05e4142df3a0b25735f5e82e29 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 7 Nov 2008 22:20:48 +0000 Subject: --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ab034a..d7a9f87 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3