summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c51bfc..d17475a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GUIVERSION = $(shell git describe --tags)
# BUILDTIME = $(shell date +%Y.%m.%d)
BUILDTIME = $(shell date +%s)
-all: install
+default: install
# This will re-generate ALL of the needed autogenerated .pb.go files
generate: clean
@@ -95,3 +95,10 @@ deb-forcedirty:
deb-all:
wit build deb --verbose --all
forge normal
+
+all:
+ forge commit --all
+ forge merge --all
+ forge show masterdefault
+ cd ~/go/src/go.wit.com/toolkits/andlabs/ && make
+ make publish