mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-04 03:36:34 +02:00
Added SRFI 117 to bootstrap
This commit is contained in:
parent
0b1f39412a
commit
8bfb053acb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -151,6 +151,7 @@ bootstrap: icyc
|
|||
cp srfi/27.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/69.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/111.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/117.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/132.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/list-queues/*.scm $(BOOTSTRAP_DIR)/srfi/list-queues
|
||||
cp srfi/sorting/*.scm $(BOOTSTRAP_DIR)/srfi/sorting
|
||||
|
|
Loading…
Add table
Reference in a new issue