Added doxygen Makefile target

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@415 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-11 13:09:49 +00:00
parent baabe5e01c
commit 39ceb106cf
2 changed files with 2321 additions and 1 deletions

View File

@@ -44,12 +44,15 @@ pho_hsb_olimex_stm32_h107:
$(MAKE) -C HAL
$(MAKE) -C hsb-mrts
doxygen:
doxygen doxygen.cfg
clean:
$(MAKE) -C STM32F10x_StdPeriph_Lib_V3.5.0 clean
$(MAKE) -C HAL clean
$(MAKE) -C Platform clean
$(MAKE) -C hsb-mrts clean
rm -rf html
.PHONY: all clean

File diff suppressed because it is too large Load Diff