diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 374cea6..3f724ec 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -2,7 +2,6 @@ BOOTSTRAP_TAG ?= latest BOOTSTRAP_DIR = $(ROOT_DIR)/bootstrap compile-bootstrap: - echo ">>>>>>>>>>> $(BOOTSTRAP_DIR)" docker build -t serene-lang/serene-bootstrap:$(BOOTSTRAP_TAG) $(BOOTSTRAP_DIR) clean-bootstrap: