summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-05-30 04:18:51 -0500
committerdannye <33dannye@gmail.com>2018-05-30 04:18:51 -0500
commit6ef9138b8a6c41c66c15e6b98a06f81002d22718 (patch)
tree9a1ccce423e1159304f310b0d28059c59a879855 /tools/Makefile
parent943a9c74e4bd2bd754d09a15f82b8338f1e8c3e7 (diff)
Add more graphics
add tools/gfx.c for trimming whitespace from pngs
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 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)
@: