aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-19 20:22:03 -0700
committerGravatar Tom Willemse2020-03-19 20:22:03 -0700
commitc58e1e28fd11c96f2749b0a398e092d514869563 (patch)
treeeaf8a8c28996ac9978fccdd0d39e6ff5a11d65fa /GNUmakefile
parent830432c2381acb91acbe614767d8f223e4fc7fb9 (diff)
downloadnew-ryuslash.org-c58e1e28fd11c96f2749b0a398e092d514869563.tar.gz
new-ryuslash.org-c58e1e28fd11c96f2749b0a398e092d514869563.zip
Fix publishing
Since everything is published to public/ instead of public_html/ now, I don’t need to move any directory.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0bd2d65..d459d94 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ html:
@echo "Publishing..."
cask emacs --quick --batch --load publish.el --funcall org-publish-all
-css: public_html/assets/css/main.css
+css: public/assets/css/main.css
public/assets/css/%.css: src/less/%.less
lessc $^ $@