mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
e78034eb8c
- Fix crystal11
- Fix a bug where the dependency checks would run regardless of target
Fixes 0bd74cdd73
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 $@ $<
|