mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Added lazy library
This commit is contained in:
parent
3fc61521fb
commit
19ef2db07c
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -15,6 +15,7 @@ SMODULES = \
|
||||||
scheme/cxr \
|
scheme/cxr \
|
||||||
scheme/eval \
|
scheme/eval \
|
||||||
scheme/file \
|
scheme/file \
|
||||||
|
scheme/lazy \
|
||||||
scheme/load \
|
scheme/load \
|
||||||
scheme/inexact \
|
scheme/inexact \
|
||||||
scheme/process-context \
|
scheme/process-context \
|
||||||
|
@ -87,6 +88,7 @@ bootstrap: icyc
|
||||||
cp scheme/eval.c $(BOOTSTRAP_DIR)/scheme
|
cp scheme/eval.c $(BOOTSTRAP_DIR)/scheme
|
||||||
cp scheme/file.c $(BOOTSTRAP_DIR)/scheme
|
cp scheme/file.c $(BOOTSTRAP_DIR)/scheme
|
||||||
cp scheme/inexact.c $(BOOTSTRAP_DIR)/scheme
|
cp scheme/inexact.c $(BOOTSTRAP_DIR)/scheme
|
||||||
|
cp scheme/lazy.c $(BOOTSTRAP_DIR)/scheme
|
||||||
cp scheme/load.c $(BOOTSTRAP_DIR)/scheme
|
cp scheme/load.c $(BOOTSTRAP_DIR)/scheme
|
||||||
cp scheme/process-context.c $(BOOTSTRAP_DIR)/scheme
|
cp scheme/process-context.c $(BOOTSTRAP_DIR)/scheme
|
||||||
cp scheme/time.c $(BOOTSTRAP_DIR)/scheme
|
cp scheme/time.c $(BOOTSTRAP_DIR)/scheme
|
||||||
|
|
Loading…
Add table
Reference in a new issue