From db66a876f700928fe947400152ca3d08a9bd6428 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 18 Oct 2019 13:01:44 -0400 Subject: [PATCH] Sync headers --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 79f73102..4d6d20af 100644 --- a/Makefile +++ b/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