Update Makefile to remove every rom on clean (#9346)

This commit is contained in:
FosterProgramming 2026-02-25 08:09:22 +01:00 committed by GitHub
parent 03d7cee1d9
commit 93ad60cbdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -393,7 +393,7 @@ clean-assets:
tidy: tidymodern tidycheck tidydebug tidyrelease
tidymodern:
rm -f $(ROM_NAME) $(ELF_NAME) $(MAP_NAME)
rm -f poke*.gba poke*.elf poke*.map
rm -rf $(OBJ_DIR_NAME)
tidycheck: