diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -run: build +run: clean build ./autogenpb vet: @@ -31,4 +31,5 @@ reset: reset clean: + -rm test.sort.pb.go -rm autogenpb |
