mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Add 143.c to bootstrap
This commit is contained in:
parent
01a73839ac
commit
14e1eb1b9f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -259,10 +259,11 @@ bootstrap : icyc libs
|
|||
cp srfi/128.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/128.meta $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/132.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/133.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/143.c $(BOOTSTRAP_DIR)/srfi
|
||||
cp srfi/list-queues/*.scm $(BOOTSTRAP_DIR)/srfi/list-queues
|
||||
cp srfi/sets/*.scm $(BOOTSTRAP_DIR)/srfi/sets
|
||||
cp srfi/sorting/*.scm $(BOOTSTRAP_DIR)/srfi/sorting
|
||||
cp srfi/133.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