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