diff options
| author | dannye <33dannye@gmail.com> | 2018-05-30 04:18:51 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2018-05-30 04:18:51 -0500 |
| commit | 6ef9138b8a6c41c66c15e6b98a06f81002d22718 (patch) | |
| tree | 9a1ccce423e1159304f310b0d28059c59a879855 /tools/Makefile | |
| parent | 943a9c74e4bd2bd754d09a15f82b8338f1e8c3e7 (diff) | |
Add more graphics
add tools/gfx.c for trimming whitespace from pngs
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 9dbf8bc..accee0f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -5,7 +5,8 @@ CFLAGS := -O3 -std=c99 -Wall -Wextra tools := \ scan_includes \ - pkmncompress + pkmncompress \ + gfx all: $(tools) @: |
