summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 13:53:16 -0600
committerJeff Carr <[email protected]>2024-11-30 13:53:16 -0600
commitd2112f954d68fde00a4781c9f2d8ca8bec837055 (patch)
treebdfa5570a4e4b0fff0cdf4c52a6fc6b6529c916d /Makefile
parentb1172af227f7893d29dbad88a47855a95cec8bcc (diff)
just no. don't put directories in libraries. ever.v0.0.4
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