Add bootstrap to 'make full'

This commit is contained in:
Justin Ethier 2018-12-14 13:28:52 -05:00
parent c6aa29d7ab
commit dc34eef03b

View file

@ -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)
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
mkdir -p $(BOOTSTRAP_DIR)/scheme/cyclone