summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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