mirror of
https://github.com/n64decomp/mk64
synced 2026-06-22 07:35:41 -04:00
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user