Archived
1
0
Fork 0

Merge branch 'master' of luffa:git/cosmos

This commit is contained in:
neingeist 2013-11-26 10:17:50 +01:00
commit 1bfbb8e197
4 changed files with 4 additions and 4 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 B

After

Width:  |  Height:  |  Size: 494 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Before After
Before After