From 09689c6ffdf0cd476cc9ff645852740abc1ed261 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 20 Sep 2020 17:02:44 -0400 Subject: Port scan_includes.c from pokepicross --- tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 6c49ccb..0a1ffd2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -4,7 +4,8 @@ CFLAGS := -O3 -std=c99 -Wall -Wextra tools := \ pkmncompress \ - gfx + gfx \ + scan_includes all: $(tools) -- cgit v1.2.3