From 4cb0a4e85cf25244e1e7bbd8d9ef8135582c7ee9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 06:22:22 -0500 Subject: new argv --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56d2f26..7fc912c 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ .PHONY: build VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) +BUILDTIME = $(shell date +%s) -all: build +all: goimports build ./virtigod --version build: -- cgit v1.2.3