summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2023-12-24 23:42:20 +0100
committerGitHub <noreply@github.com>2023-12-24 15:42:20 -0700
commitf1befa8bcd4e8caed3006db489d033c91b60e34b (patch)
tree3567a0b4a27e924b24c6b701910c418e1fba4dc3 /Makefile
parent96b209a753dee2814a41413903999ae1cef7ba5e (diff)
fix doxygen syms (#506)
* fix doxygen syms * add the markdown file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 67258354a..1d5a3f408 100644
--- a/Makefile
+++ b/Makefile
@@ -392,6 +392,10 @@ ifeq ($(COMPARE),1)
@$(SHA1SUM) --quiet -c $(TARGET).sha1 && $(PRINT) "$(TARGET): $(GREEN)OK$(NO_COL)\n" || ($(PRINT) "$(YELLOW)Building the ROM file has succeeded, but does not match the original ROM.\nThis is expected, and not an error, if you are making modifications.\nTo silence this message, use 'make COMPARE=0.' $(NO_COL)\n" && false)
endif
+doc:
+ $(PYTHON) tools/doxygen_symbol_gen.py
+ doxygen
+
clean:
$(RM) -r $(BUILD_DIR)