diff options
| author | yenatch <yenatch@gmail.com> | 2017-06-18 00:09:25 -0400 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2017-06-18 00:09:25 -0400 |
| commit | cd3d125861d25ab60393e29e991f55f26a3874f4 (patch) | |
| tree | 521e3bf467f451ceb5c248afde4eae57b88d9be6 /tools/Makefile | |
| parent | f4071b2ce70cfdd204d0bae8b9f1d0a352a2f403 (diff) | |
Add `gfx` tool for graphics postprocessing
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 4a04027fc..9e40bcd27 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -6,7 +6,8 @@ all: \ scan_includes \ palette \ pokemon_animation \ - pokemon_animation_graphics + pokemon_animation_graphics \ + gfx @: %: %.c |
