summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:24:24 -0600
committerJeff Carr <[email protected]>2024-12-01 22:24:24 -0600
commit13a292dd42396f88c6e16d314cc8bb86828cb3b5 (patch)
tree13e76018b77d5d2b053ca9b3738180cbdc311308 /Makefile
parente4b150d6aae34ec3f4688c09711d0bfe2bcf4b41 (diff)
autogenpb now fully automatic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 48340f5..f867ef2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ all: package.pb.go machine.pb.go vet
vet:
@GO111MODULE=off go vet
@echo this go library package builds okay
- GO111MODULE=off go vet
# autofixes your import headers in your golang files
goimports:
@@ -26,7 +25,7 @@ clean:
-rm -f go.*
package.pb.go: package.proto
- autogenpb --proto package.proto --mutex
+ autogenpb --proto package.proto
machine.pb.go: machine.proto
- autogenpb --proto machine.proto --mutex
+ autogenpb --proto machine.proto