summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 13:58:28 -0500
committerJeff Carr <[email protected]>2025-10-17 01:45:59 -0500
commit411226cf9df0814ff8e714958da87c853b519bc6 (patch)
treeeea63f72a2614a0cec3c844edbf7cf162e4257e2 /Makefile
parent28839452b290b83d409193044c5737a92cc1ec3e (diff)
A new life awaits you in the Off-world colonies!v0.0.39
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a91c8be..2d5b734 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-all: proto vet
+all: goimports proto vet
@echo This GO code passes the compile checks
proto:
- autogenpb --proto auto.proto
+ autogenpb --proto argv.proto
generate: clean
go mod init
@@ -28,5 +28,5 @@ clean:
# To work around that breaking, you must change the version
# also, all the wrapping code must support this. which it doesn't
proto-renumber: clean
- autogenpb --renumber --proto auto.proto
+ autogenpb --renumber --proto argv.proto
make goimports vet