summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2f87593..a91c8be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-all: auto.pb.go goimports vet
+all: proto vet
@echo This GO code passes the compile checks
-auto.pb.go: auto.proto
- make generate
+proto:
+ autogenpb --proto auto.proto
generate: clean
go mod init