summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:42:58 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:47:51 -0500
commit9a97c99f382477a8a17230519333222015dd2ae6 (patch)
tree537f8a1ba838919b5f78e7f51377f411d08a75a5 /Makefile
parent7d17d3ce8fc4b20901fec96417d91b9eb996df04 (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 e04ad8ca..7977d429 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ clean: tidy
find gfx \( -name "*.[12]bpp" -o -name "*.lz" -o -name "*.gbcpal" -o -name "*.dimensions" -o -name "*.sgb.tilemap" \) -delete
tidy:
- rm -f $(roms) $(pokegold_obj) $(pokesilver_obj) $(pokegold_debug_obj) $(pokesilver_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
+ $(RM) $(roms) $(pokegold_obj) $(pokesilver_obj) $(pokegold_debug_obj) $(pokesilver_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
$(MAKE) clean -C tools/
compare: $(roms)