Ensure that the css directory exists

It isn’t part of the repository, so the Makefile should not rely
on it being present.
This commit is contained in:
Jonas Schäfer
2020-04-28 19:19:40 +02:00
parent 00936ccfe8
commit 9e0ec5ff0f

View File

@@ -13,6 +13,7 @@ all: build_css compile_translations
build_css: $(generated_css_files)
$(generated_css_files): snikket_web/static/css/%.css: snikket_web/scss/%.scss $(scss_includes)
mkdir -p snikket_web/static/css/
$(SCSSC) -o "$@" "$<"
clean: