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 2501da9..46f1af4 100644
--- a/EndoForge/Makefile
+++ b/EndoForge/Makefile
@@ -34,7 +34,7 @@ install:
34 [ -e "$(SSH_LIB_DIR)"/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand 34 [ -e "$(SSH_LIB_DIR)"/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand
35 35
36README.html: README.md 36README.html: README.md
37 pandoc -t html $< > $@ 37 pandoc -s --css style.css -t html $< -o $@
38 38
39test: 39test:
40 make -C test 40 make -C test