mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
e78034eb8c
- Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08
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 $@ $<
|