From 9e7ed9722a2ba3e4697871028208b5fb8a30f663 Mon Sep 17 00:00:00 2001 From: Anton Lydike Date: Fri, 14 Jun 2024 08:21:12 +0100 Subject: [PATCH] cleanup makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5476a69..68daf10 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ .PHONY: website .PHONY: json +website: web/index.html web/reviews.json web/style.css web/table.html + reviews.json: blog.md parse-md.py python3 parse-md.py @@ -18,9 +20,7 @@ web/reviews.json: reviews.json deploy: website rsync -a --no-i-r --info=progress2 web/ cyberbly.at:pesto-blog/ -website: web/index.html web/reviews.json web/style.css web/table.html - json: reviews.json clean: - rm web/reviews.json web/index.html reviews.json \ No newline at end of file + rm web/reviews.json web/index.html reviews.json