summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-23 12:13:00 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-23 12:21:24 -0400
commit2696429ad843fa2d74f5607245140c9d1e13159b (patch)
treecbd3b10f2178e9c152648b3ae0944b582284d6e0 /Makefile
parentc1f1b3f92b8e7da270ae2ff9acb690d09526e255 (diff)
README
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e1a74c..b203340 100644
--- a/Makefile
+++ b/Makefile
@@ -25,4 +25,7 @@ install:
25 $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" AuthorizedKeysCommand || true 25 $(ROOT_INSTALL) -t "$(SSH_LIB_DIR)" AuthorizedKeysCommand || true
26 [ -e "$(SSH_LIB_DIR)"/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand 26 [ -e "$(SSH_LIB_DIR)"/AuthorizedKeysCommand ] || $(SUDO) ln -s -t /etc/ssh "$(SSH_LIB_DIR)"/AuthorizedKeysCommand
27 27
28README.html: README.md
29 pandoc -t html $< > $@
30
28include tests.makefile 31include tests.makefile