mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Added load module
This commit is contained in:
parent
6acfc987f3
commit
4cc7d028fb
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -14,6 +14,7 @@ SMODULES = \
|
|||
scheme/char \
|
||||
scheme/eval \
|
||||
scheme/file \
|
||||
scheme/load \
|
||||
scheme/read \
|
||||
scheme/write \
|
||||
scheme/cyclone/cgen \
|
||||
|
@ -79,6 +80,7 @@ bootstrap: icyc
|
|||
cp scheme/char.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/eval.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/file.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/load.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/cyclone/common.c $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||
cp icyc.scm $(BOOTSTRAP_DIR)
|
||||
cp tests/unit-tests.scm $(BOOTSTRAP_DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue