Flag test so it is not a build target

This commit is contained in:
Justin Ethier 2017-02-04 17:14:30 -05:00
parent d65156f9b8
commit c6cd5a744b

View file

@ -100,7 +100,7 @@ debug :
# Helper rules (of interest to people hacking on this makefile) # 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 $(TESTS) : %: %.scm
$(CYCLONE) -I . $< $(CYCLONE) -I . $<