summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e4a8bc7b..5c067182 100644
--- a/Makefile
+++ b/Makefile
@@ -52,13 +52,8 @@ all: $(roms)
gold: pokegold.gbc
silver: pokesilver.gbc
-tidy:
- rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
- $(MAKE) clean -C tools/
-
clean:
rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
- find gfx \( -iname "*.png" -not -iname "big_onix.png" -not -iname "slots_3.png" \) -delete
$(MAKE) clean -C tools/
compare: $(roms)