mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
15 lines
160 B
Makefile
15 lines
160 B
Makefile
.PHONY: all
|
|
|
|
all: \
|
|
lzcomp \
|
|
png_dimensions \
|
|
scan_includes \
|
|
palette \
|
|
pokemon_animation \
|
|
pokemon_animation_graphics \
|
|
gfx
|
|
@:
|
|
|
|
%: %.c
|
|
$(CC) -o $@ $<
|