mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 05:06:36 +02:00
Copy gc.c during bootstrap
This commit is contained in:
parent
da4e7a9d87
commit
e5277abfb8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue