aboutsummaryrefslogtreecommitdiff
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 46d01fd..ee68869 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ buildtest: $(tests_bin)
test: buildtest
@echo
@echo "Run tests:"
- @scripts/runall.sh $^
+ @scripts/runall.sh $(tests_bin)
$(obj):%.o:%.c
$(cc) -c $(cflags) $< -MD -MF $@.d -o $@