You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Update lzcomp to the latest version and fix Makefiles accordingly
This commit is contained in:
@@ -19,5 +19,10 @@ clean:
|
||||
rm -f $(tools)
|
||||
|
||||
gfx md5: common.h
|
||||
|
||||
# suppress warnings
|
||||
lzcomp: lzcomp.c
|
||||
$(CC) -O3 -o $@ $<
|
||||
|
||||
%: %.c
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
Reference in New Issue
Block a user