summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-20 17:02:44 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-20 17:02:44 -0400
commit09689c6ffdf0cd476cc9ff645852740abc1ed261 (patch)
tree6b048dd0f6031da3c482cb6f33e5d57a74dcea4c /tools/Makefile
parent7e49b5ebc62f00d82901ba54b73e89f06c1d8852 (diff)
Port scan_includes.c from pokepicross
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 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)