summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 09:41:02 -0500
committerJeff Carr <[email protected]>2025-10-10 09:41:02 -0500
commit61474b6448fa0da0c30514fa3300513f22ae003e (patch)
tree43919d64b1ed25a77246846d2fd1984b811c7e4e
parentd3993ee5cb280d28f75a36407b2b9e9daf5c222c (diff)
try an 'all' make target for the millionth timev0.1.32
-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