mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added SRFI 106
This commit is contained in:
parent
866f7424b1
commit
d4cdd95c52
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -41,6 +41,7 @@ SMODULES = \
|
|||
srfi/18 \
|
||||
srfi/27 \
|
||||
srfi/69 \
|
||||
srfi/106 \
|
||||
srfi/111 \
|
||||
srfi/117 \
|
||||
srfi/132 \
|
||||
|
@ -150,6 +151,7 @@ bootstrap: icyc
|
|||
cp srfi/18.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/27.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/69.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/106.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
|
||||
|
|
Loading…
Add table
Reference in a new issue