diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -65,8 +65,11 @@ public/index.html: README.md $(html-deps) public/TODOs.html: TODOs.md $(html-deps) td -H | sh doc/md2html.sh -T 'TODOs' > $@ +public/dev/ci: + sh src/infrastructure/scripts/report.sh -o $@ + public: \ - public/index.html public/TODOs.html + public/index.html public/TODOs.html public/dev/ci prod-secrets.txt.gpg = \ |