summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72f0e65..bdcc4b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: goimports vet
+all: config.pb.go goimports vet
vet:
@GO111MODULE=off go vet
@@ -12,3 +12,6 @@ clean:
rm -f *.pb.go *.patch
-rm -f go.*
-go-mod-clean purge
+
+config.pb.go: config.proto
+ autogenpb --proto config.proto