shithub: pokecrystal

ref: cd3d125861d25ab60393e29e991f55f26a3874f4
dir: /tools/Makefile/

View raw version
.PHONY: all

all: \
	lzcomp \
	png_dimensions \
	scan_includes \
	palette \
	pokemon_animation \
	pokemon_animation_graphics \
	gfx
	@:

%: %.c
	$(CC) -o $@ $<