6 lines
166 B
Makefile
6 lines
166 B
Makefile
.PHONY: site
|
|
|
|
site: public_html/index.html
|
|
|
|
public_html/%.html: %.org
|
|
emacs -batch -funcall package-initialize -load project-config.el -funcall publish-ryuslash.org
|