summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:52:57 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:52:57 -0500
commita75dd222709c92ae136d835ff2451391d5a88e45 (patch)
tree9bb631acafee493c6fc75335964b4774d023f2e1 /Makefile
parent7e78c1171d1206ca2f31cc67c55cc715eeb44ee5 (diff)
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 fb1122ca..08abfa12 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean: tidy
find gfx \( -iname '*.1bpp' -o -iname '*.2bpp' -o -iname '*.pic' \) -delete
tidy:
- rm -f $(roms) $(pokered_obj) $(pokeblue_obj) $(pokeblue_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
+ $(RM) $(roms) $(pokered_obj) $(pokeblue_obj) $(pokeblue_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
$(MAKE) clean -C tools/
compare: $(roms)