mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
Added SRFI 133 - vector library
This commit is contained in:
parent
d917d82f28
commit
886d124513
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -39,7 +39,8 @@ SMODULES = \
|
||||||
srfi/9 \
|
srfi/9 \
|
||||||
srfi/18 \
|
srfi/18 \
|
||||||
srfi/27 \
|
srfi/27 \
|
||||||
srfi/69
|
srfi/69 \
|
||||||
|
srfi/133
|
||||||
SLDFILES = $(addsuffix .sld, $(SMODULES))
|
SLDFILES = $(addsuffix .sld, $(SMODULES))
|
||||||
COBJECTS=$(SLDFILES:.sld=.o)
|
COBJECTS=$(SLDFILES:.sld=.o)
|
||||||
|
|
||||||
|
@ -137,6 +138,7 @@ bootstrap: icyc
|
||||||
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 srfi/69.c $(BOOTSTRAP_DIR)/srfi
|
||||||
|
cp srfi/133.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