X-Git-Url: http://git.annexia.org/?p=jonesforth.git;a=blobdiff_plain;f=Makefile;h=d47b4d2502ee144528cab227443ebf1b84f18582;hp=f5a74941b2ba9873f019afff703fd6fd05aaf745;hb=c089529de15a934abb14f8e9b0aa5ef08e6edd00;hpb=465979550d58288f6bee28c49064d9c841a6f45f diff --git a/Makefile b/Makefile index f5a7494..d47b4d2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2007-10-10 13:01:05 rich Exp $ +# $Id: Makefile,v 1.8 2007-10-11 07:45:35 rich Exp $ SHELL := /bin/bash @@ -11,7 +11,7 @@ run: cat jonesforth.f $(PROG) - | ./jonesforth clean: - rm -f jonesforth *~ core .test_* + rm -f jonesforth perf_dupdrop *~ core .test_* # Tests. @@ -34,8 +34,11 @@ test_%.test: test_%.f jonesforth perf_dupdrop: perf_dupdrop.c gcc -O3 -Wall -Werror -o $@ $< +run_perf_dupdrop: jonesforth + cat <(echo ': TEST-MODE ;') jonesforth.f perf_dupdrop.f | ./jonesforth + .SUFFIXES: .f .test -.PHONY: test check +.PHONY: test check run run_perf_dupdrop remote: scp jonesforth.S jonesforth.f rjones@oirase:Desktop/