You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge branch 'master' into tools-makefile-integration
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
.PHONY: all clean
|
||||
|
||||
CFLAGS := -std=c99
|
||||
|
||||
tools := \
|
||||
lzcomp \
|
||||
png_dimensions \
|
||||
scan_includes \
|
||||
palette \
|
||||
pokemon_animation \
|
||||
pokemon_animation_graphics
|
||||
|
||||
pokemon_animation_graphics \
|
||||
gfx \
|
||||
md5
|
||||
all: $(tools)
|
||||
@:
|
||||
|
||||
@@ -15,4 +18,4 @@ clean:
|
||||
rm -f $(tools)
|
||||
|
||||
%: %.c
|
||||
$(CC) -o $@ $<
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
Reference in New Issue
Block a user