comparison source/Makefile @ 44:2ba3c443c328

Sanish resolution
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 01 Sep 2013 18:14:58 +0200
parents bfef0827b171
children 529395304216
comparison
equal deleted inserted replaced
43:bfef0827b171 44:2ba3c443c328
6 6
7 clean: 7 clean:
8 rm -f $(TARGETS) 8 rm -f $(TARGETS)
9 9
10 %.png: %.svg 10 %.png: %.svg
11 rsvg-convert $< > $@ 11 rsvg-convert --zoom 0.1 $< > $@
12 ifeq ($(OPTIMIZE),1) 12 ifeq ($(OPTIMIZE),1)
13 optipng -o4 -preserve $@ 13 optipng -o4 -preserve $@
14 advpng -z4 $@ 14 advpng -z4 $@
15 endif 15 endif