summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-16 22:14:21 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-16 22:14:21 -0400
commited94962edf1668aba3f60938e8a5ba8040e2a59c (patch)
tree1b6c7de331cb983256651b11b8adf413a3a434f1 /Makefile
parent05b591cd95f3fd62e84b33eb56d25f197b17a96c (diff)
Couple quick fixes so nothing dangerous/shameful gets merged in.
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)