diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |
