From b09b86009ecb17c171aab400af73a568d084f49e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 12:14:26 -0500 Subject: some fun stuff --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3