summaryrefslogtreecommitdiff
path: root/sitestatic/logos/Makefile
blob: 1fa0073301d83537fe4d36a5937a71b1d44b8d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include ../../common.mk

files = \
	apple-touch-icon-114x114.png \
	apple-touch-icon-144x144.png \
	apple-touch-icon-57x57.png \
	apple-touch-icon-72x72.png \
	icon-transparent-64x64.png

all: $(files)
clean:
	rm -f -- $(files)

$(files): %: $(branding)/%
	cp $< $@