From c8ec0d2d0c57c42499f9ea95ef0ddd6ef3764f26 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Mon, 27 Apr 2026 15:31:20 +0200 Subject: Added doxyfile --- GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index e5f0453..8d9976a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,9 +14,13 @@ $(DST_DIR)/%.c.o: %.c mkdir -p $(dir $@) $(CC) $(CCFLAGS) -c $< -o $@ -.PHONY: clean +.PHONY: clean gendocs + clean: rm -r $(DST_DIR) rm physics run: ./physics + +gendocs: + doxygen Doxyfile -- cgit v1.3