aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-09 19:29:05 -0300
committerEuAndreh <eu@euandre.org>2020-12-09 19:29:05 -0300
commit2d3a159c0960963075255a4192a78020b709a5b1 (patch)
tree9fc9d00452f2201c25171e129fd73806da06005e /Makefile
parentfake-symlinks.sh: Make songbooks a Texinfo project (diff)
downloaddotfiles-2d3a159c0960963075255a4192a78020b709a5b1.tar.gz
dotfiles-2d3a159c0960963075255a4192a78020b709a5b1.tar.xz
Add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
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