aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3000cef..b8cf57a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ DOC_OUTPUT = doc.rendered
OUTPUT_FLAGS = --path-base /code/muppet-strings/output \
--env ~/puppet/generated-environments/production/modules/
-SCSS = sass
+SCSS = scss
-output: static/style.css
+output: static-src/style.css
python -m muppet $(OUTPUT_FLAGS)
check_style:
@@ -37,5 +37,5 @@ documentation: $(DOC_OUTPUT)/index.html
clean:
-rm -r output
-static/%.css: static-src/style.scss $(wildcard static-src/_*.scss)
- $(SCSS) --sourcemap=auto -Istatic-src $< $@
+static-src/style.css:
+ $(MAKE) -C $(dir $@) $(notdir $@)