summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:40:32 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-08 21:47:23 -0500
commit1a6b05111934a94a13145705c6f4be2a68412bf3 (patch)
tree7f4f9c49ae568f3ab1cc3ef5bebdb9faee1d5fbb /Makefile
parente068f9cf695a86a9e7ad1fb45743b753dd129088 (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 ca08f23fb..a4d7d3cab 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ clean: tidy
find gfx/pokemon -mindepth 1 ! -path "gfx/pokemon/unown/*" \( -name "bitmask.asm" -o -name "frames.asm" -o -name "front.animated.tilemap" -o -name "front.dimensions" \) -delete
tidy:
- rm -f $(roms) $(pokecrystal_obj) $(pokecrystal11_obj) $(pokecrystal_au_obj) $(pokecrystal_debug_obj) $(pokecrystal11_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
+ $(RM) $(roms) $(pokecrystal_obj) $(pokecrystal11_obj) $(pokecrystal_au_obj) $(pokecrystal_debug_obj) $(pokecrystal11_debug_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o
$(MAKE) clean -C tools/
compare: $(roms)