summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-01 20:14:28 -0500
committerJeff Carr <[email protected]>2025-09-01 20:14:28 -0500
commit8220d1817c35e7ac97830d64722050fa64978fdf (patch)
treed2cd5846811d21e4c1d5261183926325569d6700 /Makefile
parent26d674c800eff651fb174484da39ddf3eddcd33b (diff)
working on processing JSON files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a240a6a..c1629ba 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
default: install
- regex playback
+ regex clean
vet:
@GO111MODULE=off go vet