summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 03:09:30 -0500
committerJeff Carr <[email protected]>2025-10-09 03:09:30 -0500
commit0b646a20b812f337251c0ed950afeba9b97cfcc7 (patch)
treeee7e3148cc5a8e7caf7a0fba40e3dd63b1388fa5
parentf2252cc583c85217c571a510285e574eebe20f59 (diff)
build them allv0.1.29
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c73aea5..9c51bfc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ generate: clean
go mod init
go mod tidy
go generate
+ @echo "MAKE GENERATE RAN IN EACH KNOWN REPO OK"
build-all-oses: go-build build-darwin build-windows
@@ -88,7 +89,7 @@ deb:
forge normal
deb-forcedirty:
- wit build deb --verbose --force
+ wit build deb --verbose --force --all
forge normal
deb-all: