shithub: pokecrystal

ref: a749057b274609005d522b6fdbfc5d6595f4bf0f
dir: /tools/Makefile/

View raw version
.PHONY: all

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

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