diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,3 +13,10 @@ install: check: sh tests/all.sh + +public: + sh build-aux/workflow/TODOs.sh remembering remembering public-inbox + pandoc -s --metadata title='remembering - EuAndreh' -o public/index.html README.md + +clean: + rm -rf public/ |