mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
Added srfi 27
This commit is contained in:
parent
cdda7f42f1
commit
961bf58286
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -117,6 +117,7 @@ bootstrap: icyc
|
|||
cp srfi/9.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/9.meta $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/18.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/27.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