summaryrefslogtreecommitdiff
path: root/tools/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 /tools/Makefile
parente068f9cf695a86a9e7ad1fb45743b753dd129088 (diff)
Slightly refactor some C tools
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
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