diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 08:33:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 08:33:47 -0600 |
| commit | 74498c8fcd8beef16dc61c936c46cd2374e56ece (patch) | |
| tree | eb062f9fe78a0e9ce36f42c521fdb5db6879faab /Makefile | |
| parent | 79e73f9abf7ecec5f9623e349a22f2d7bd05a16c (diff) | |
morev0.0.0
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 |
