Copy gc.c during bootstrap

This commit is contained in:
Justin Ethier 2015-10-20 21:15:17 -04:00
parent da4e7a9d87
commit e5277abfb8

View file

@ -67,6 +67,7 @@ bootstrap: icyc
cp scheme/*.sld $(BOOTSTRAP_DIR)/scheme
cp scheme/cyclone/*.sld $(BOOTSTRAP_DIR)/scheme/cyclone
cp runtime.c $(BOOTSTRAP_DIR)
cp gc.c $(BOOTSTRAP_DIR)
cp dispatch.c $(BOOTSTRAP_DIR)
cp scheme/base.c $(BOOTSTRAP_DIR)/scheme
cp scheme/read.c $(BOOTSTRAP_DIR)/scheme