diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
commit | 0632591996893fe136a1f2fe44d9b9f404f41f3e (patch) | |
tree | 7340edbe7c212da3db45a83219147143a3268c8d /localfs/var/www/vhosts/jango104.domain.de/Makefile | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/var/www/vhosts/jango104.domain.de/Makefile')
-rw-r--r-- | localfs/var/www/vhosts/jango104.domain.de/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/localfs/var/www/vhosts/jango104.domain.de/Makefile b/localfs/var/www/vhosts/jango104.domain.de/Makefile new file mode 100644 index 0000000..73b2d2b --- /dev/null +++ b/localfs/var/www/vhosts/jango104.domain.de/Makefile @@ -0,0 +1,6 @@ +VERSION = 3.82 + +all: tux + +tux: + @svgcleaner-cli tux-bw.svg tux-bw-clean.svg --remove-unused-defs --remove-nonsvg-elts --remove-inkscape-elts --remove-sodipodi-elts --remove-ai-elts --remove-corel-elts --remove-msvisio-elts --remove-sketch-elts --remove-invisible-elts --remove-empty-containers --remove-duplicated-defs --equal-elts-to-use --ungroup-containers --remove-notappl-atts --remove-inkscape-atts --remove-sodipodi-atts --remove-ai-atts --remove-corel-atts --remove-msvisio-atts --remove-sketch-atts --remove-stroke-props --remove-fill-props --remove-unused-xlinks --group-elts-by-styles --simplify-transform-matrix --apply-transforms-to-shapes --join-style-atts --remove-unneeded-symbols --apply-transforms-to-paths --create-viewbox --colors-to-rrggbb --convert-basic-shapes |