commit 7fed5c88d387bb611dc95734da2473da62a6e976
parent f0fca33d6986e6ad828aabac7c6790e038821537
Author: Sean Enck <sean@ttypty.com>
Date: Fri, 17 Feb 2023 20:32:02 -0500
can just be date, without shell
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -4,7 +4,7 @@ TARGET := $(BUILD)lb
TESTDIR := $(sort $(dir $(wildcard internal/**/*_test.go)))
DOC := $(BUILD)doc.text
ACTUAL := $(BUILD)actual.log
-DATE := $(shell date +%Y-%m-%d)
+DATE := $(date +%Y-%m-%d)
RUNS := -keyfile=true -keyfile=false
.PHONY: $(TESTDIR)