mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Added (scheme complex)
This commit is contained in:
parent
a409db4e84
commit
c79a79b221
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -13,6 +13,7 @@ SMODULES = \
|
|||
scheme/base \
|
||||
scheme/case-lambda \
|
||||
scheme/char \
|
||||
scheme/complex \
|
||||
scheme/cxr \
|
||||
scheme/eval \
|
||||
scheme/file \
|
||||
|
@ -87,6 +88,7 @@ bootstrap: icyc
|
|||
cp scheme/read.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/write.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/char.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/complex.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/eval.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/file.c $(BOOTSTRAP_DIR)/scheme
|
||||
cp scheme/inexact.c $(BOOTSTRAP_DIR)/scheme
|
||||
|
|
Loading…
Add table
Reference in a new issue