Merge branch 'master' of luffa:git/cosmos
commit
1bfbb8e197
@ -1,9 +1,9 @@
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: pngcrush
|
all: optipng
|
||||||
make -C ../asset
|
make -C ../asset
|
||||||
|
|
||||||
.PHONY: pngcrush
|
.PHONY: optipng
|
||||||
pngcrush: $(addprefix crushed/, $(wildcard *.png))
|
optipng: $(addprefix crushed/, $(wildcard *.png))
|
||||||
|
|
||||||
crushed/%.png: %.png
|
crushed/%.png: %.png
|
||||||
pngcrush $< $@
|
optipng -o7 $< -out $@
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 147 KiB |
Binary file not shown.
Before Width: | Height: | Size: 538 B After Width: | Height: | Size: 494 B |
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue