aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6005d67..7268b8b 100644
--- a/Makefile
+++ b/Makefile
@@ -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