shithub: pokecrystal

ref: 41ae3610f6c601e7803d6bcd049cf690f111f29a
dir: /tools/Makefile/

View raw version
.PHONY: all

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

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