mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 04:55:04 +02:00
Add bootstrap to 'make full'
This commit is contained in:
parent
c6aa29d7ab
commit
dc34eef03b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -188,7 +188,7 @@ libcyclone.a : runtime.o gc.o dispatch.o mstreams.o
|
||||||
#Note: the first three letters (the lib) must not be specified, as well as the suffix (.a)
|
#Note: the first three letters (the lib) must not be specified, as well as the suffix (.a)
|
||||||
|
|
||||||
full :
|
full :
|
||||||
make clean ; make && make test && cd ../cyclone-bootstrap && make clean && ./install.sh
|
make clean ; make && make test && make bootstrap && cd ../cyclone-bootstrap && make clean && ./install.sh
|
||||||
|
|
||||||
bootstrap : icyc libs
|
bootstrap : icyc libs
|
||||||
mkdir -p $(BOOTSTRAP_DIR)/scheme/cyclone
|
mkdir -p $(BOOTSTRAP_DIR)/scheme/cyclone
|
||||||
|
|
Loading…
Add table
Reference in a new issue