shithub: pokecrystal

ref: 65809032bf93affdb3c18015cf58fb91e9b4b32c
dir: /tools/Makefile/

View raw version
.PHONY: all

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

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