Skip to content

Commit

Permalink
Makefile - introduce doxygen target
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 3, 2024
1 parent 13d6c9b commit 4687743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ test: build
@$(MAKE) --no-print-directory -C build
@$(MAKE) test --no-print-directory -C build

doxygen: build
@cd build && $(CMAKE) $(CMAKE_ARGS) -DENABLE_DOC_DOXYGEN=ON ..
@$(MAKE) --no-print-directory -C build $@

0 comments on commit 4687743

Please sign in to comment.