aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Christian Pohle2015-08-06 12:50:41 +0200
committerMax Christian Pohle2015-08-06 12:50:41 +0200
commitf4834911d9f56b73c690ac4207c8a53ce54a9272 (patch)
tree1bfcb9cc70880c340f0696ca0eece53bba1aa248 /Makefile
parent343f61e40ca0a2a96f791081a1767bba85e18f76 (diff)
downloadicons-f4834911d9f56b73c690ac4207c8a53ce54a9272.tar.bz2
icons-f4834911d9f56b73c690ac4207c8a53ce54a9272.zip
added Makefile command to update the gtk cache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de20fdd..2055323 100644
--- a/Makefile
+++ b/Makefile
@@ -3,5 +3,8 @@ all: preview.png
3preview.png: 3preview.png:
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-) 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
6update:
7 gtk-update-icon-cache `pwd`
8
6clean: 9clean:
7 rm -f preview.png 10 rm -f preview.png
..