summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-20 18:33:16 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-20 18:33:16 -0400
commit6a4d61c2414023417cc332d8424f5bbeb79ea958 (patch)
treed0417b4181a4436082c55b1d066520c8d683be52
parenteddc4bba51a58f0201c77353ad53c4772c8943a7 (diff)
store the timestamp in the NET cookies
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: