Add doc target.

This commit is contained in:
Dominik Pantůček 2023-07-04 20:17:07 +02:00
parent f40f7565b4
commit abeb773ce4
2 changed files with 6 additions and 1 deletions

View file

@ -46,3 +46,7 @@ install-dev:
.PHONY: gendoc
gendoc:
@make -C src gendoc
.PHONY: doc
doc: gendoc
@./gendoc