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 /tools/Makefile | |
| parent | e068f9cf695a86a9e7ad1fb45743b753dd129088 (diff) | |
Slightly refactor some C tools
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 2d2538241..fcacab64c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,11 +11,12 @@ tools := \ pokemon_animation_graphics \ scan_includes \ stadium + all: $(tools) @: clean: - rm -f $(tools) + $(RM) $(tools) gfx: common.h png_dimensions: common.h |
