aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c28e621c2..c3c0f7119 100644
--- a/Makefile
+++ b/Makefile
@@ -317,7 +317,10 @@ loop.h: mk_loop_h.sh
317 @ $(SHELL) $< > $@ 317 @ $(SHELL) $< > $@
318 318
319test tests: 319test tests:
320 cd tests && $(MAKE) all 320 # old way of doing it
321 #cd tests && $(MAKE) all
322 # new way of doing it
323 cd tests && ./tester.sh
321 324
322clean: 325clean:
323 - cd tests && $(MAKE) clean 326 - cd tests && $(MAKE) clean