From 61474b6448fa0da0c30514fa3300513f22ae003e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 09:41:02 -0500 Subject: try an 'all' make target for the millionth time --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3