diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-09 19:29:05 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-09 19:29:05 -0300 |
| commit | 2d3a159c0960963075255a4192a78020b709a5b1 (patch) | |
| tree | 9fc9d00452f2201c25171e129fd73806da06005e /Makefile | |
| parent | fake-symlinks.sh: Make songbooks a Texinfo project (diff) | |
| download | dotfiles-2d3a159c0960963075255a4192a78020b709a5b1.tar.gz dotfiles-2d3a159c0960963075255a4192a78020b709a5b1.tar.xz | |
Add Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
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 |
