diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-23 16:01:17 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-02-23 16:01:17 -0500 |
commit | 16dbb6d67620fd86adc44dfd704a5f590eaf8348 (patch) | |
tree | ae1eda43bc8e0a69d1dde08bf6483ac5ee0a8643 /Makefile | |
parent | 18927496066167b73bf15e47882520da6624ee03 (diff) |
f
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1c1ed6c --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +SCSS = scss + +all: www/css/index.css + +%.css: %.scss + $(SCSS) $< $@ |