mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-21 06:39:16 +02:00
Added srfi 9 to bootstrap
This commit is contained in:
parent
6eb6a4feec
commit
dba80a51a6
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -27,6 +27,7 @@ SMODULES = \
|
|||
scheme/cyclone/macros \
|
||||
scheme/cyclone/transforms \
|
||||
scheme/cyclone/util \
|
||||
srfi/9
|
||||
srfi/18
|
||||
SLDFILES = $(addsuffix .sld, $(SMODULES))
|
||||
COBJECTS=$(SLDFILES:.sld=.o)
|
||||
|
@ -97,6 +98,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 srfi/9.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/18.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c
|
||||
cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config
|
||||
|
|
Loading…
Add table
Reference in a new issue