diff options
| author | obskyr <powpowd@gmail.com> | 2018-06-18 16:32:39 +0200 |
|---|---|---|
| committer | obskyr <powpowd@gmail.com> | 2018-06-18 18:18:46 +0200 |
| commit | d6f9ff5cf7d815d4ff1beb9fef2ec932f382da79 (patch) | |
| tree | 9662f13360b58a725ebe41a4317cf790e39f6609 /tools/Makefile | |
| parent | 0cd5e3d610bb13093a1b596e2d5399af1c008a96 (diff) | |
Fix and use make_shim.py
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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) |
