diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,9 +18,15 @@ # <http://www.gnu.org/licenses/>. GUILE = guile +EMACS = emacs all: ; .PHONY: check check: $(GUILE) -L . tests/parse.scm + +website: website/index.html + +website/index.html: README.org build-aux/build-home-page.el + $(EMACS) -Q --batch --load build-aux/build-home-page.el --funcall build-website |