From 6ef9138b8a6c41c66c15e6b98a06f81002d22718 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 30 May 2018 04:18:51 -0500 Subject: Add more graphics add tools/gfx.c for trimming whitespace from pngs --- tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') 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) @: -- cgit v1.2.3