Run doxygen only if the doxygen directory exists
This commit is contained in:
parent
a0188d6730
commit
744a4ac672
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -103,7 +103,7 @@ lcov:
|
|||
|
||||
apidoc:
|
||||
mkdir -p apidoc
|
||||
cd doxygen; doxygen mbedtls.doxyfile
|
||||
cd doxygen && doxygen mbedtls.doxyfile
|
||||
|
||||
apidoc_clean:
|
||||
rm -rf apidoc
|
||||
|
|
Loading…
Reference in a new issue