From c6cd5a744b760343c6cbde00bfd7b3c854aef921 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 4 Feb 2017 17:14:30 -0500 Subject: [PATCH] Flag test so it is not a build target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . $<