Sync headers

This commit is contained in:
Justin Ethier 2019-10-18 13:01:44 -04:00
parent 864dc9f9c5
commit db66a876f7

View file

@ -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