mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Flag test so it is not a build target
This commit is contained in:
parent
d65156f9b8
commit
c6cd5a744b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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 . $<
|
||||||
|
|
Loading…
Add table
Reference in a new issue