aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:52:59 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:52:59 -0500
commit340908b68337b24acbe8450761b58cb1b464ebee (patch)
treef7bf012682a6c30092700b5be1f9a35a7417befb /Makefile
parentGen 1's Minimize graphic was not a complete 8x8 tile (diff)
downloadpokeyellow-340908b68337b24acbe8450761b58cb1b464ebee.tar.gz
pokeyellow-340908b68337b24acbe8450761b58cb1b464ebee.tar.xz
pokeyellow-340908b68337b24acbe8450761b58cb1b464ebee.zip
Slightly refactor some C tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 675a75e7..9225dc4c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean: tidy
find audio/pikachu_cries \( -iname '*.pcm' \) -delete
tidy:
- rm -f $(roms) $(pokeyellow_obj) $(pokeyellow_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
+ $(RM) $(roms) $(pokeyellow_obj) $(pokeyellow_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
$(MAKE) clean -C tools/
compare: $(roms)