This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This makefile uses the inkscape command line mode to export | |
# SVG files in a set of foo-{SIZES}.png images | |
all: icons | |
# Input SVG images without extensions | |
IMAGES = icon icon_inactive | |
# Output PNG sizes | |
SIZES = 16 32 48 64 | |
INKSCAPE = inkscape | |
DASH = - |
NewerOlder