From 340908b68337b24acbe8450761b58cb1b464ebee Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 8 Mar 2022 21:52:59 -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 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) -- cgit v1.3.1-sl0p