summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ca99c4..200253a 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ src/index.js:
.SUFFIXES: .js .js-t
tests.js-t = $(tests.js:.js=.js-t)
$(tests.js-t):
- node tests/runner.js $*.js
+ node $*.js
check-t: $(tests.js-t)