From 355de4027500bc4a94ef63da690b23b336102147 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 15:24:25 -0500 Subject: move non-generic things into theme.mk, add `clean' and `distclean' rules --- theme.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 theme.mk (limited to 'theme.mk') diff --git a/theme.mk b/theme.mk new file mode 100644 index 0000000..0c62d19 --- /dev/null +++ b/theme.mk @@ -0,0 +1,12 @@ +srcfiles = \ + img/swoosh.svg \ + style.scss \ + header.php.patch \ + logo-style.scss.php \ + license.txt \ + css_shadow.php \ + twentyeleven-fix.scss + +targets = header.php style.css img/swoosh.png + +style.css: logo-style.scss twentyeleven-fix.scss -- cgit v1.2.3