ref: fc300ab0ee63a1ecbcead67c3a7019a0bfe8deb5
dir: /tools/Makefile/
.PHONY: all clean tools := \ lzcomp \ png_dimensions \ scan_includes \ palette \ pokemon_animation \ pokemon_animation_graphics all: $(tools) @: clean: rm -f $(tools) %: %.c $(CC) -o $@ $<