summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 08:33:47 -0600
committerJeff Carr <[email protected]>2024-11-29 08:33:47 -0600
commit74498c8fcd8beef16dc61c936c46cd2374e56ece (patch)
treeeb062f9fe78a0e9ce36f42c521fdb5db6879faab /Makefile
parent79e73f9abf7ecec5f9623e349a22f2d7bd05a16c (diff)
morev0.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1026e88..98d5944 100644
--- a/Makefile
+++ b/Makefile
@@ -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