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