summaryrefslogtreecommitdiff
path: root/theme.mk
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 15:24:25 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 15:24:25 -0500
commit355de4027500bc4a94ef63da690b23b336102147 (patch)
tree7cf9318f1bdbd3cbe0a7059300e608e0be4ed5cf /theme.mk
parent754c89c6eed683207943bb0196bc46d49858733c (diff)
move non-generic things into theme.mk, add `clean' and `distclean' rules
Diffstat (limited to 'theme.mk')
-rw-r--r--theme.mk12
1 files changed, 12 insertions, 0 deletions
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