Updating makefile clean function

This commit is contained in:
The Gears of Progress 2026-02-11 10:19:12 -05:00
parent f390c3692a
commit e03a020c45

View File

@ -258,8 +258,8 @@ clean:
@$(MAKE) -C loader clean
@$(MAKE) -C PCCS clean
@rm -fr $(BUILD) $(TARGET).elf $(TARGET).gba data/ to_compress/
@rm -f tools/text_helper/build
@rm -rf $(GENERATED_DIR)
@rm -fr tools/text_helper/build
@rm -fr $(GENERATED_DIR)