🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit b0825fc97968862ddbefdbe1cdf5ee296c5b9089
Parent: ead7bb2c0193a30b3638d24f5755ef5a41954620
Author: mcol <mcol@posteo.net>
Date: 2021-11-27 19:25:52 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-27 19:25:52 +0000

also generate docs in `make all`

Makefile Modified

@@ -39,4 +39,4 @@
 	bash ./test/test.sh
 
 .PHONY: all
-all: lint format rebuild test ## Lint, format, rebuild, test
+all: lint format rebuild run test ## Lint, format, rebuild, run, test