summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-27 18:57:33 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-27 18:57:33 +0200
commit28112c8227404027593439c45a86ed84d55a5683 (patch)
tree7a034376a5402ef0c477bea98bdf2500a6348e5c /Makefile
parent951b04fd7d4333881eef67bc84c5e241a1dd4106 (diff)
flag all targets as phony
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f05ab03..9c65e89 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,5 @@ render:
publish:
rsync -avH --delete-after _site/ www-couch@xayide.jones.dk:public_websites/posten.oroe.dk/
+
+.PHONY: all preview render publish