crush images/*.png
parent
eed22325f5
commit
1e44253935
@ -1,2 +1,4 @@
|
|||||||
|
.PHONY: all
|
||||||
all:
|
all:
|
||||||
make -C asset
|
make -C asset
|
||||||
|
make -C images
|
||||||
|
@ -1,2 +1,9 @@
|
|||||||
all:
|
.PHONY: all
|
||||||
|
all: pngcrush
|
||||||
make -C ../asset
|
make -C ../asset
|
||||||
|
|
||||||
|
.PHONY: pngcrush
|
||||||
|
pngcrush: $(addprefix crushed/, $(wildcard *.png))
|
||||||
|
|
||||||
|
crushed/%.png: %.png
|
||||||
|
pngcrush $< $@
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
Binary file not shown.
After Width: | Height: | Size: 538 B |
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
Reference in New Issue