mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 14:49:17 +02:00
icyc depends upon the runtime
This commit is contained in:
parent
e056b72f6f
commit
3427dd3894
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ cyclone: cyclone.scm trans.so cgen.so parser.so
|
||||||
test: $(TESTFILES) cyclone
|
test: $(TESTFILES) cyclone
|
||||||
$(foreach f,$(TESTSCM), echo tests/$(f) ; ./cyclone tests/$(f).scm && tests/$(f) && rm -rf tests/$(f);)
|
$(foreach f,$(TESTSCM), echo tests/$(f) ; ./cyclone tests/$(f).scm && tests/$(f) && rm -rf tests/$(f);)
|
||||||
|
|
||||||
icyc: cyclone icyc.scm eval.scm parser.scm
|
icyc: cyclone icyc.scm eval.scm parser.scm runtime.h
|
||||||
./cyclone icyc.scm
|
./cyclone icyc.scm
|
||||||
|
|
||||||
.PHONY: tags
|
.PHONY: tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue