diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 03:09:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 03:09:30 -0500 |
| commit | 0b646a20b812f337251c0ed950afeba9b97cfcc7 (patch) | |
| tree | ee7e3148cc5a8e7caf7a0fba40e3dd63b1388fa5 | |
| parent | f2252cc583c85217c571a510285e574eebe20f59 (diff) | |
build them allv0.1.29
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
