summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-04 09:38:21 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-04 09:38:21 -0700
commit9e05730f36be7a1707751ef0aeeb5d6695007667 (patch)
tree971309afb7feef7f82bf18937b8b8b43d2f55d7c /Makefile
parentcc48dc2399cddb35117f85149a1475126f181594 (diff)
Updated Makefile for #29.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0cf96b..c1decfc 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ oldtests:
make -C oldtests --quiet clean all
test: spec.txt
- perl runtests.pl $(PROG) $<
+ perl runtests.pl $< $(PROG)
testjs: spec.txt
node js/test.js