mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
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:
|
apidoc:
|
||||||
mkdir -p apidoc
|
mkdir -p apidoc
|
||||||
cd doxygen; doxygen mbedtls.doxyfile
|
cd doxygen && doxygen mbedtls.doxyfile
|
||||||
|
|
||||||
apidoc_clean:
|
apidoc_clean:
|
||||||
rm -rf apidoc
|
rm -rf apidoc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue