From 2d7a32bcf39ab8e45c8c4b9283fcd690946ad899 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 15 Jan 2021 18:56:10 +0000 Subject: [PATCH] Remove the debug data on the Makefile --- bootstrap/Makefile | 1 - 1 file changed, 1 deletion(-) 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: