crush images/*.png
This commit is contained in:
parent
eed22325f5
commit
1e44253935
8 changed files with 11 additions and 2 deletions
|
@ -1,2 +1,9 @@
|
|||
all:
|
||||
.PHONY: all
|
||||
all: pngcrush
|
||||
make -C ../asset
|
||||
|
||||
.PHONY: pngcrush
|
||||
pngcrush: $(addprefix crushed/, $(wildcard *.png))
|
||||
|
||||
crushed/%.png: %.png
|
||||
pngcrush $< $@
|
||||
|
|
Reference in a new issue