mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
No longer using cyclone-self
This commit is contained in:
parent
f5c22262c3
commit
06a0a4eb11
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -29,8 +29,8 @@ all: cyclone icyc
|
|||
%.o: %.sld
|
||||
$(CYCLONE) $<
|
||||
|
||||
cyclone: $(COBJECTS) libcyclone.a cyclone-self.scm
|
||||
$(CYCLONE) cyclone-self.scm
|
||||
cyclone: $(COBJECTS) libcyclone.a cyclone.scm
|
||||
$(CYCLONE) cyclone.scm
|
||||
|
||||
icyc: $(COBJECTS) libcyclone.a icyc.scm
|
||||
$(CYCLONE) icyc.scm
|
||||
|
@ -81,7 +81,7 @@ bootstrap: icyc
|
|||
cp scheme/cyclone/transforms.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp scheme/cyclone/cgen.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp scheme/cyclone/util.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp cyclone-self.c $(BOOTSTRAP_DIR)/cyclone.c
|
||||
cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c
|
||||
cp Makefile.bootstrap $(BOOTSTRAP_DIR)/Makefile
|
||||
cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue