From 387c97bae8fd2e21dcd5b0a2b938d23e5d007a0d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 3 Sep 2024 15:18:27 +0200 Subject: add Doxyfile --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 785c186..88af4e6 100644 --- a/makefile +++ b/makefile @@ -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) -- cgit v1.2.3