aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-03 17:22:22 -0300
committerEuAndreh <eu@euandre.org>2020-12-03 17:22:22 -0300
commit007651e3c4fe0219dba496821d78322ed929c12f (patch)
tree48b38036535f1ee82bdea5f4c124f003194b68e9 /Makefile
parentTODOs.org (diff)
downloadserver-007651e3c4fe0219dba496821d78322ed929c12f.tar.gz
server-007651e3c4fe0219dba496821d78322ed929c12f.tar.xz
Makefile: Add .PHONY targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files 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