diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ build: goimports bak: mv -f autogenpb autogenpb.last +redo-protobuf: + rm -f *.pb.go + autogenpb --proto file.proto --package main + install: test GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" |
