mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Sync headers
This commit is contained in:
parent
864dc9f9c5
commit
db66a876f7
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -230,6 +230,9 @@ bootstrap : icyc libs
|
|||
cp $(HEADER_DIR)/runtime.h $(BOOTSTRAP_DIR)/include/cyclone
|
||||
cp $(HEADER_DIR)/ck_ht_hash.h $(BOOTSTRAP_DIR)/include/cyclone
|
||||
cp $(HEADER_DIR)/hashset.h $(BOOTSTRAP_DIR)/include/cyclone
|
||||
cp $(HEADER_DIR)/bignum.h $(BOOTSTRAP_DIR)/include/cyclone
|
||||
cp $(HEADER_DIR)/bignum_class.h $(BOOTSTRAP_DIR)/include/cyclone
|
||||
cp $(HEADER_DIR)/bignum_superclass.h $(BOOTSTRAP_DIR)/include/cyclone
|
||||
cp scheme/*.sld $(BOOTSTRAP_DIR)/scheme
|
||||
cp libs/cyclone/*.sld $(BOOTSTRAP_DIR)/libs/cyclone
|
||||
cp scheme/cyclone/*.sld $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
|
|
Loading…
Add table
Reference in a new issue