shithub: pokecrystal

ref: e1c2876ff69986c0d537507f96d3c270b745273b
dir: /tools/Makefile/

View raw version
.PHONY: all

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

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