summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-10-04 23:27:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-10-04 23:27:42 -0400
commit9018599b1a62b898990e3f056eb1179561c366fe (patch)
treea57920272ec7dac031ee5f42a87b61601018a68e /Makefile
parent69b62718a3526c77c666a8259c1c4919a8947a01 (diff)
Use SCSS, tweak styles a bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4b6eae6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+RM = rm -f
+CP = cp
+PATCH = patch
+SASS = sass
+PHP = php5
+
+all: style.css screen.css print.css
+
+%.css: %.scss
+ $(SASS) $< $@
+