mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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)
|
||||
|
||||
.PHONY: clean bootstrap tags indent debug
|
||||
.PHONY: clean bootstrap tags indent debug test
|
||||
|
||||
$(TESTS) : %: %.scm
|
||||
$(CYCLONE) -I . $<
|
||||
|
|
Loading…
Add table
Reference in a new issue