summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ddec1f..84c2924 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,9 @@ install:
GO111MODULE=off go install \
-ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}"
-auto.pb.go: auto.proto
- ./autogenpb --proto auto.proto --package testfiles
+auto:
+ rm -f auto.pb.go
+ ./autogenpb --proto auto.proto --package main
rm -f auto.sort.pb.go auto.marshal.pb.go
test: