From 2d3a159c0960963075255a4192a78020b709a5b1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 9 Dec 2020 19:29:05 -0300 Subject: Add Makefile --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..170d46c4 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +.PHONY: check +check: + bash scripts/assert-shellcheck.sh + bash scripts/assert-todos.sh + +.PHONY: clean +clean: + rm -rf public/ + +.PHONY: public +public: + bash ./scripts/generate-tasks-and-bugs.sh + pandoc -s --metadata title='dotfiles - EuAndreh' -c styles.css -o public/index.html README.md -- cgit v1.3