diff options
author | Max Christian Pohle | 2015-08-04 13:18:02 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-08-04 13:18:02 +0200 |
commit | 788b4bfbbcb26a70f96ab97aef6d9bb8d270e0be (patch) | |
tree | 1a20ac30af26064736d9e7ffea775960abb8f6f4 /Makefile | |
parent | 277668a2dec50bc499480a19b991d6bcce8dad53 (diff) | |
download | icons-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | all: preview.png | 1 | all: preview.png |
2 | 2 | ||
3 | preview.png: | 3 | preview.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 | ||
6 | clean: | 6 | clean: |
7 | rm -f preview.png | 7 | rm -f preview.png |