diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 08:33:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 08:33:34 -0500 |
| commit | b0c4ab59a311327af904df70d2f9bd1edccd9969 (patch) | |
| tree | 43e82cbc78b6a1872b9a0a72a2874602480c8750 | |
| parent | 5ba2b227dda1391393eecc78f922faf79c434a72 (diff) | |
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,14 +23,18 @@ vet: GO111MODULE=off go vet # this is how the mirrors.wit.com debian package is created +# make a .deb package go-deb: - go-deb --repo . + go-deb goimports: goimports -w *.go clean: rm -f go.* + go-mod-clean purge + -rm mirrors + -rm *.deb gpl: wit-test --witcom |
