pokecrystal-board/tools/Makefile
yenatch e78034eb8c Use a separate makefile for tools
- Fix crystal11
- Fix a bug where the dependency checks would run regardless of target

Fixes 0bd74cdd73
2017-05-29 19:15:34 -04:00

14 lines
153 B
Makefile

.PHONY: all
all: \
lzcomp \
png_dimensions \
scan_includes \
palette \
pokemon_animation \
pokemon_animation_graphics
@:
%: %.c
$(CC) -o $@ $<