summaryrefslogtreecommitdiff
path: root/EndoForge/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'EndoForge/Makefile')
-rw-r--r--EndoForge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/EndoForge/Makefile b/EndoForge/Makefile
index 70c6362..de5d480 100644
--- a/EndoForge/Makefile
+++ b/EndoForge/Makefile
@@ -72,7 +72,7 @@ install-root: install-user-config
72 $(SUDO) systemctl reload sshd 72 $(SUDO) systemctl reload sshd
73 73
74README.html: README.md 74README.html: README.md
75 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ 75 pandoc -s --css "$(SRC)"/style.css -t html $< -o $@
76 76
77test: 77test:
78 make -C test 78 make -C test