From a75dd222709c92ae136d835ff2451391d5a88e45 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 8 Mar 2022 21:52:57 -0500 Subject: Slightly refactor some C tools --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.3.1-sl0p