diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-08 21:40:32 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-08 21:47:23 -0500 |
| commit | 1a6b05111934a94a13145705c6f4be2a68412bf3 (patch) | |
| tree | 7f4f9c49ae568f3ab1cc3ef5bebdb9faee1d5fbb /Makefile | |
| parent | e068f9cf695a86a9e7ad1fb45743b753dd129088 (diff) | |
Slightly refactor some C tools
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
