diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-04 09:32:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-04 09:33:21 -0300 |
| commit | 1c34b5f6e478dbaa954f9dfd586899e74cacea3c (patch) | |
| tree | 11f5651dcc17272e4948b755eef15b9410871628 /bash/templates | |
| parent | fake-symlinks.sh: Fix normalization of names (diff) | |
| download | dotfiles-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/Makefile | 13 |
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 |
