diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-04 09:38:21 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-04 09:38:21 -0700 |
commit | 9e05730f36be7a1707751ef0aeeb5d6695007667 (patch) | |
tree | 971309afb7feef7f82bf18937b8b8b43d2f55d7c /Makefile | |
parent | cc48dc2399cddb35117f85149a1475126f181594 (diff) |
Updated Makefile for #29.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |