aboutsummaryrefslogtreecommitdiff
path: root/static/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-16 13:04:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-16 13:04:17 +0200
commit46ab705a3fef8294a37e6f329fbf898d9f3ad2f6 (patch)
tree9931ad1d39946d7b1464e7a0f228fc7f2fa910a4 /static/Makefile
parentImprove makefile. (diff)
downloadcalp-46ab705a3fef8294a37e6f329fbf898d9f3ad2f6.tar.gz
calp-46ab705a3fef8294a37e6f329fbf898d9f3ad2f6.tar.xz
Move small-calendar css to own file.
Diffstat (limited to 'static/Makefile')
-rw-r--r--static/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/Makefile b/static/Makefile
index f848b784..a5c42396 100644
--- a/static/Makefile
+++ b/static/Makefile
@@ -8,4 +8,4 @@ clean:
rm $(TARGETS)
%.css: %.scss
- scss $< $@
+ scss -I. $< $@