aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-06-10 10:12:28 -0400
committerBradley Taunt <bt@btxx.org>2024-06-10 10:12:28 -0400
commit14074019d62d98885c4c764401a9e7e1fd129f79 (patch)
treec688b288de21b5c475fa2e512be8a8418b9ba8e6 /Makefile
parent80eefc47a0982703e48eb9b1cf4e5180f945ef10 (diff)
Set proper timestamps for header and footer HTML templates, update some post contents
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30e82be..118e9e6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ clean:
watch:
while true; do \
- ls -d .git/* * posts/* pages/* header.html | entr -cd make ;\
+ ls -d .git/* * posts/* pages/* header.html | entr -cd make build ;\
done
.PHONY: build clean watch