mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Fix bootstrap
This commit is contained in:
parent
95402e2443
commit
8e657806c8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -136,7 +136,7 @@ icyc : icyc.scm libcyclone.a
|
|||
$(CYCLONE) $<
|
||||
|
||||
dispatch.c : generate-c.scm
|
||||
cyclone $<
|
||||
$(CYCLONE) $<
|
||||
./generate-c
|
||||
|
||||
libcyclone.a : $(CFILES) $(HEADERS)
|
||||
|
|
Loading…
Add table
Reference in a new issue