Finish preliminary gendoc invocation.

This commit is contained in:
Dominik Pantůček 2023-07-04 20:06:29 +02:00
parent 3f21b99a0e
commit e330d5cf09
4 changed files with 14 additions and 6 deletions

View file

@ -42,3 +42,7 @@ install:
.PHONY: install-dev
install-dev:
@make -C src install-dev
.PHONY: gendoc
gendoc:
@make -C src gendoc