summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index e302457..6dcf9d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,7 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-run: build
-
-test: build
- @# make -C testautogen/ all
- cd testautogen; pwd; ../autogenpb --proto test.proto
+run: build vet
vet:
@GO111MODULE=off go vet
@@ -35,4 +31,3 @@ reset:
clean:
-rm -f go.*
-rm -f autogenpb
- @#make -C testautogen/ clean