aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Christian Pohle2015-08-04 13:18:02 +0200
committerMax Christian Pohle2015-08-04 13:18:02 +0200
commit788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be (patch)
tree1a20ac30af26064736d9e7ffea775960abb8f6f4 /Makefile
parent277668a2dec50bc499480a19b991d6bcce8dad53 (diff)
downloadicons-788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be.tar.bz2
icons-788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be.zip
added some default icons and updated Makefile: Should not be limited to
the maximum command length of the shell any longer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20b274e..de20fdd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1all: preview.png 1all: preview.png
2 2
3preview.png: 3preview.png:
4 feh -m -y 96 -E 96 -s -p -b trans -O preview.png -- $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort) 4 $(shell find "scalable/" -type f -name "*.png" -not -path ".git/*" | sort | feh -m -y 96 -E 96 -s -p -b trans -O preview.png -f-)
5 5
6clean: 6clean:
7 rm -f preview.png 7 rm -f preview.png
..