mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Include SRFI 69 in the bootstrap directive
This commit is contained in:
parent
f46cc5b010
commit
cc6eba8f52
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -118,6 +118,7 @@ bootstrap: icyc
|
||||||
cp srfi/9.meta $(BOOTSTRAP_DIR)/srfi
|
cp srfi/9.meta $(BOOTSTRAP_DIR)/srfi
|
||||||
cp srfi/18.c $(BOOTSTRAP_DIR)/srfi
|
cp srfi/18.c $(BOOTSTRAP_DIR)/srfi
|
||||||
cp srfi/27.c $(BOOTSTRAP_DIR)/srfi
|
cp srfi/27.c $(BOOTSTRAP_DIR)/srfi
|
||||||
|
cp srfi/69.c $(BOOTSTRAP_DIR)/srfi
|
||||||
cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c
|
cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c
|
||||||
cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config
|
cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue