diff options
Diffstat (limited to 'theme.mk')
-rw-r--r-- | theme.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,6 +9,9 @@ srcfiles = \ content-single.php \ sidebar-index.php -targets = style.css header.php index.php single.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) $@ |