From d6f9ff5cf7d815d4ff1beb9fef2ec932f382da79 Mon Sep 17 00:00:00 2001 From: obskyr Date: Mon, 18 Jun 2018 16:32:39 +0200 Subject: Fix and use make_shim.py --- tools/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index c591d9c..6c49ccb 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -4,8 +4,7 @@ CFLAGS := -O3 -std=c99 -Wall -Wextra tools := \ pkmncompress \ - gfx \ - make_shim + gfx all: $(tools) -- cgit v1.2.3