diff --git a/Makefile b/Makefile index 10a4b494..dc4245e4 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ debug : # Helper rules (of interest to people hacking on this makefile) -.PHONY: clean bootstrap tags indent debug +.PHONY: clean bootstrap tags indent debug test $(TESTS) : %: %.scm $(CYCLONE) -I . $<