summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-02-01 18:39:20 +0700
committerDaniil Baturin <daniil@baturin.org>2021-02-01 18:39:20 +0700
commit85bd37371f15c9153532ecf1f5e4be9be8e7c194 (patch)
tree606bde537f49559f5cc6e7b02805efc59bce2d00 /Makefile
parent00f529d718473032fc382d8dbc87026d8d280240 (diff)
downloadcommunity.vyos.net-85bd37371f15c9153532ecf1f5e4be9be8e7c194.tar.gz
community.vyos.net-85bd37371f15c9153532ecf1f5e4be9be8e7c194.zip
Improve the README.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c31d8bb..d42bf43 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,8 @@
site:
soupault ${SOUPAULT_OPTS}
-all: site
+.PHONY: css
+css:
+ sass -I sass/ sass/main.sass > build/css/main.css
+
+all: site css