aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-06 18:29:15 -0700
committerGravatar Tom Willemse2019-10-06 18:29:15 -0700
commita00df1cad87b16222f708636d2831bd8581e1d2a (patch)
treedcae183c420eb4cbe7046d749520b7030fc8baa1 /GNUmakefile
parentfedf46e7ef3a0d5d3054efcf02ae90e643a33254 (diff)
downloadnew-ryuslash.org-a00df1cad87b16222f708636d2831bd8581e1d2a.tar.gz
new-ryuslash.org-a00df1cad87b16222f708636d2831bd8581e1d2a.zip
Add styling
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0be18a2..2e62e41 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,9 @@
.PHONY: site
-site: public_html/index.html
+site: public_html/index.html public_html/assets/css/main.css
public_html/%.html: %.org
emacs -batch -funcall package-initialize -load project-config.el -funcall publish-ryuslash.org
+
+public_html/assets/css/%.css: src/less/%.less
+ lessc $^ $@