diff options
| author | Max Christian Pohle | 2015-08-06 12:50:41 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2015-08-06 12:50:41 +0200 |
| commit | f4834911d9f56b73c690ac4207c8a53ce54a9272 (patch) | |
| tree | 1bfcb9cc70880c340f0696ca0eece53bba1aa248 /Makefile | |
| parent | 343f61e40ca0a2a96f791081a1767bba85e18f76 (diff) | |
| download | icons-f4834911d9f56b73c690ac4207c8a53ce54a9272.tar.bz2 icons-f4834911d9f56b73c690ac4207c8a53ce54a9272.zip | |
added Makefile command to update the gtk cache
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -3,5 +3,8 @@ all: preview.png | |||
| 3 | preview.png: | 3 | preview.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 | ||
| 6 | update: | ||
| 7 | gtk-update-icon-cache `pwd` | ||
| 8 | |||
| 6 | clean: | 9 | clean: |
| 7 | rm -f preview.png | 10 | rm -f preview.png |
