summaryrefslogtreecommitdiff
path: root/testfiles/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 12:54:04 -0600
committerJeff Carr <[email protected]>2025-01-09 12:54:04 -0600
commite79ba634661baba562fa0ab9245040bd37c29f4c (patch)
treea0f0908d87ff9197ebc87dd6a715e002b2a0785c /testfiles/Makefile
parentc99d8763e6c85513c700d58cd1e2163c31d2187d (diff)
rename dir
Diffstat (limited to 'testfiles/Makefile')
-rw-r--r--testfiles/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/testfiles/Makefile b/testfiles/Makefile
deleted file mode 100644
index bc4405b..0000000
--- a/testfiles/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-VERSION = $(shell git describe --tags)
-BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
-
-full: clean goimports auto vet build
- ./testfiles
-
-vet:
- @GO111MODULE=off go vet
- @echo this go binary package should build okay
-
-build:
- GO111MODULE=off go build
-
-auto:
- ../autogenpb --proto auto.proto --package main
-
-goimports:
- goimports -w *.go
-
-clean:
- -rm -f go.*
- -rm -f *.pb.go
- -rm -f testfiles