Generate doxygen doc in doc/doxygen with make

This commit is contained in:
Thomas Bernard
2018-07-12 13:04:29 +02:00
parent 244e856e9f
commit 65564d653f
4 changed files with 33 additions and 7 deletions

View File

@@ -3,10 +3,12 @@ OPT = WIN32CROSS=1 \
endif
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer
.PHONY: all tools grafx2 ziprelease 3rdparty win32installer doc doxygen
all: grafx2 tools
doc: doxygen
grafx2:
$(OPT)$(MAKE) -C src/
@@ -21,3 +23,6 @@ tools:
win32installer:
$(MAKE) -C install/
doxygen:
$(MAKE) -C tools/ doxygen