aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed93b0a..3a8b625 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ FORCE:
clean:
rm -f $(PROGS) $(TESTS) $(BENCHMARKS)
-%.run:
+%.run: %
$*
test: tests $(addsuffix .run, $(TESTS)) FORCE