From 6a4d61c2414023417cc332d8424f5bbeb79ea958 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 20 Oct 2016 18:33:16 -0400 Subject: store the timestamp in the NET cookies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 432518b..15d69da 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ certs.html: %.html: %.pem pem2html ./pem2html < $< > $@ NET-%: - touch $@ + date > $@ .DELETE_ON_ERROR: .SECONDARY: -- cgit v1.1-4-g5e80