summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1933d15..4f24151 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,11 @@ BUILDTIME = $(shell date +%s)
# make andlabs # try the andlabs gui plugin (uses GTK)
default: install
- ~/go/bin/forge --version
+ @echo "#########################################################"
+ @~/go/bin/forge --version
+ @echo
+ @echo " forge self build worked"
+ @echo "#########################################################"
# This will re-generate ALL of the needed autogenerated .pb.go files
generate: clean