diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 15:18:27 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-03 15:18:27 +0200 |
commit | 387c97bae8fd2e21dcd5b0a2b938d23e5d007a0d (patch) | |
tree | 6248c3b3a39b76bf2bdb1db2712faacefa696dfe /makefile | |
parent | e8d5e100beeb2159c4b16929135c1ed6a1cdd03a (diff) |
add Doxyfile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ all: $(TARGET) # TARGET is defined in lazy.mk (build/main) .PHONY: FORCE +doxygen: Doxyfile FORCE + doxygen + FMT += $(shell git ls-files '*.h' '*.c' '*.cpp') format: FORCE clang-format -i $(FMT) |