aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2e62e41..ff308af 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,9 +1,16 @@
-.PHONY: site
+.PHONY: site html css
-site: public_html/index.html public_html/assets/css/main.css
+site: html css
+
+html: public_html/index.html
+
+css: public_html/assets/css/main.css
public_html/%.html: %.org
- emacs -batch -funcall package-initialize -load project-config.el -funcall publish-ryuslash.org
+ emacs -batch \
+ -funcall package-initialize \
+ -load project-config.el \
+ -funcall publish-ryuslash.org
public_html/assets/css/%.css: src/less/%.less
lessc $^ $@