Slightly refactor some C tools

This commit is contained in:
Rangi
2022-03-08 21:40:32 -05:00
parent e068f9cf69
commit 1a6b051119
4 changed files with 20 additions and 28 deletions

View File

@@ -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