diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 09:41:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 09:41:02 -0500 |
| commit | 61474b6448fa0da0c30514fa3300513f22ae003e (patch) | |
| tree | 43919d64b1ed25a77246846d2fd1984b811c7e4e | |
| parent | d3993ee5cb280d28f75a36407b2b9e9daf5c222c (diff) | |
try an 'all' make target for the millionth timev0.1.32
| -rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
