cleanup makefile

master
Anton Lydike 5 months ago
parent 309cfdb3a1
commit 9e7ed9722a

@ -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,8 +20,6 @@ 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:

Loading…
Cancel
Save