You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix tools/gfx
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.PHONY: all
|
||||
|
||||
CFLAGS := -std=c99
|
||||
|
||||
all: \
|
||||
lzcomp \
|
||||
png_dimensions \
|
||||
@@ -11,4 +13,4 @@ all: \
|
||||
@:
|
||||
|
||||
%: %.c
|
||||
$(CC) -o $@ $<
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
Reference in New Issue
Block a user