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 b6bba95..3fcbb2d 100644
--- a/EndoForge/Makefile
+++ b/EndoForge/Makefile
@@ -61,7 +61,7 @@ run: install-user
61 /usr/sbin/sshd -D -e -f ~/.ssh/sshd_config 61 /usr/sbin/sshd -D -e -f ~/.ssh/sshd_config
62 62
63README.html: README.md 63README.html: README.md
64 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css style.css -t html $< -o $@ 64 pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@
65 65
66test: 66test:
67 make -C test 67 make -C test