summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 12:14:26 -0500
committerJeff Carr <[email protected]>2025-09-23 14:50:21 -0500
commitb09b86009ecb17c171aab400af73a568d084f49e (patch)
treeaf6767d0f83305b63b38bc544fe75c49d84a6492 /Makefile
parent1f22b771c3748b01d0d27574090fd2b6d4516182 (diff)
some fun stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7c193f0..b533cd5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
.PHONY: build
VERSION = $(shell git describe --tags)
-BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
+# BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
+BUILDTIME = $(shell date +%s)
-all: build-verbose
- ./forged list
+all: build
+ ./forged --version
+ # FORGE_VERBOSE=true ./forged list
build: goimports
GO111MODULE=off go build \