From dc34eef03b2872804938b4299cd780623060bb92 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 14 Dec 2018 13:28:52 -0500 Subject: [PATCH] Add bootstrap to 'make full' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a00a7b04..01627698 100644 --- a/Makefile +++ b/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) 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