Add doc target.
This commit is contained in:
parent
f40f7565b4
commit
abeb773ce4
2 changed files with 6 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -46,3 +46,7 @@ install-dev:
|
|||
.PHONY: gendoc
|
||||
gendoc:
|
||||
@make -C src gendoc
|
||||
|
||||
.PHONY: doc
|
||||
doc: gendoc
|
||||
@./gendoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue