You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove unused tools/md5.c
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user