You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rewrite tools/gfx.c
This commit is contained in:
@@ -5,11 +5,11 @@ CFLAGS := -O3 -std=c11 -Wall -Wextra -pedantic -Wno-missing-field-initializers
|
||||
|
||||
tools := \
|
||||
lzcomp \
|
||||
gfx \
|
||||
png_dimensions \
|
||||
scan_includes \
|
||||
pokemon_animation \
|
||||
pokemon_animation_graphics \
|
||||
gfx \
|
||||
scan_includes \
|
||||
stadium
|
||||
all: $(tools)
|
||||
@:
|
||||
@@ -18,6 +18,11 @@ clean:
|
||||
rm -f $(tools)
|
||||
|
||||
gfx: common.h
|
||||
png_dimensions: common.h
|
||||
pokemon_animation: common.h
|
||||
pokemon_animation_graphics: common.h
|
||||
scan_includes: common.h
|
||||
stadium: 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