diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-12-24 23:42:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 15:42:20 -0700 |
| commit | f1befa8bcd4e8caed3006db489d033c91b60e34b (patch) | |
| tree | 3567a0b4a27e924b24c6b701910c418e1fba4dc3 /Makefile | |
| parent | 96b209a753dee2814a41413903999ae1cef7ba5e (diff) | |
fix doxygen syms (#506)
* fix doxygen syms
* add the markdown file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
