diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-20 18:33:16 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-20 18:33:16 -0400 |
commit | 6a4d61c2414023417cc332d8424f5bbeb79ea958 (patch) | |
tree | d0417b4181a4436082c55b1d066520c8d683be52 /Makefile | |
parent | eddc4bba51a58f0201c77353ad53c4772c8943a7 (diff) |
store the timestamp in the NET cookies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ certs.html: %.html: %.pem pem2html ./pem2html < $< > $@ NET-%: - touch $@ + date > $@ .DELETE_ON_ERROR: .SECONDARY: |