diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -34,11 +34,10 @@ all: $(objects) %.go: %.scm $(GUILD) compile -L . -o $@ $< -.PHONY: check +.PHONY: check install clean check: $(GUILE) -L . tests/parse.scm -.PHONY: install install: $(sources) $(objects) install -D $(sources) --target-directory $(scmdir) install -D $(objects) --target-directory $(godir) @@ -48,6 +47,5 @@ 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 -.PHONY: clean clean: rm -f $(objects) Makefile.include website/index.html |