aboutsummaryrefslogtreecommitdiff
path: root/bash/templates/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-04 09:32:22 -0300
committerEuAndreh <eu@euandre.org>2020-12-04 09:33:21 -0300
commit1c34b5f6e478dbaa954f9dfd586899e74cacea3c (patch)
tree11f5651dcc17272e4948b755eef15b9410871628 /bash/templates/Makefile
parentfake-symlinks.sh: Fix normalization of names (diff)
downloaddotfiles-1c34b5f6e478dbaa954f9dfd586899e74cacea3c.tar.gz
dotfiles-1c34b5f6e478dbaa954f9dfd586899e74cacea3c.tar.xz
fake-symlinks.sh: Copy Guile files conditionally, add simple Makefile
Diffstat (limited to '')
-rw-r--r--bash/templates/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/bash/templates/Makefile b/bash/templates/Makefile
new file mode 100644
index 00000000..7a2d30e0
--- /dev/null
+++ b/bash/templates/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='$PROJECT_UC - EuAndreh' -c styles.css -o public/index.html README.md