Archived
1
0
Fork 0

crush images/*.png

This commit is contained in:
neingeist 2013-11-25 20:34:40 +01:00
parent eed22325f5
commit 1e44253935
8 changed files with 11 additions and 2 deletions

View file

@ -1,2 +1,9 @@
all:
.PHONY: all
all: pngcrush
make -C ../asset
.PHONY: pngcrush
pngcrush: $(addprefix crushed/, $(wildcard *.png))
crushed/%.png: %.png
pngcrush $< $@