diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,5 +10,5 @@ clean: .PHONY: public public: - ./build-aux/generate-tasks-and-bugs.sh - pandoc -s --metadata title='VPS - EuAndreh' -c styles.css -o public/index.html README.md + ./build-aux/workflow/TODOs.sh VPS vps public-inbox + pandoc -s --metadata title='VPS - EuAndreh' -o public/index.html README.md |