summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-05-23 15:46:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-05-23 15:46:47 -0400
commitc1c671d84b8b36e421f73483977ee75f7b1f46ff (patch)
tree6c17502bbf8ccf3b330d41938456a5ce8b4d1fae /tools/Makefile
parent2b7237e299d5018e837bae550d18deeff3c7db7d (diff)
Remove unused tools/md5.c
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4381098db..5dd3139fa 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -10,15 +10,14 @@ tools := \
palette \
pokemon_animation \
pokemon_animation_graphics \
- gfx \
- md5
+ gfx
all: $(tools)
@:
clean:
rm -f $(tools)
-gfx md5: common.h
+gfx: common.h
lzcomp: CFLAGS = -O3 -flto -std=c11 -Wall -Wextra -pedantic -Wno-strict-overflow -Wno-sign-compare
lzcomp: $(wildcard lz/*.c) $(wildcard lz/*.h)