From 1c34b5f6e478dbaa954f9dfd586899e74cacea3c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Dec 2020 09:32:22 -0300 Subject: fake-symlinks.sh: Copy Guile files conditionally, add simple Makefile --- bash/templates/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bash/templates/Makefile (limited to 'bash/templates/Makefile') 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 -- cgit v1.3