Remove the debug data on the Makefile

This commit is contained in:
Sameer Rahmani 2021-01-15 18:56:10 +00:00
parent d154f32079
commit 2d7a32bcf3
1 changed files with 0 additions and 1 deletions

View File

@ -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: