summaryrefslogtreecommitdiff
path: root/theme.mk
blob: 380ceb66aead2b72be352b84b4044af52a13142c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
srcfiles = \
	style.scss \
	plugins.d/statusnetwidget.scss \
	functions.php \
	screenshot.png \
	index.php.patch \
	header.php.patch \
	single.php.patch \
	content-single.php \
	sidebar-index.php

targets = style.css header.php index.php single.php twitter.png

style.css: twentyeleven-fix.scss plugins.d/statusnetwidget.scss

twitter.png:
	$(WGET) $(WGETFLAGS) 'https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png' $(WGET_OUTFLAG) $@