From 007651e3c4fe0219dba496821d78322ed929c12f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 3 Dec 2020 17:22:22 -0300 Subject: Makefile: Add .PHONY targets --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cda0eb6..3ccfcd0 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,13 @@ check: bash scripts/assert-shellcheck.sh bash scripts/assert-todos.sh - bash scripts/assert-terraform.sh +.PHONY: clean clean: rm -rf public/ +.PHONY: public public: bash ./scripts/generate-tasks-and-bugs.sh - pandoc -s --metadata title='EuAndreh VPS' -c styles.css -o public/index.html README.md + pandoc -s --metadata title='VPS - EuAndreh' -c styles.css -o public/index.html README.md -- cgit v1.2.3