summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86f9f45..783b3cc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,10 @@ install:
@cp lib/ssh-forcecommand ${lib_dir}
@chmod 755 ${lib_dir}/ssh-forcecommand
+test:
+ @prove
+
uninstall:
rm -f ${lib_dir}/ssh-forcecommand
-.PHONY: all install uninstall
+.PHONY: all install test uninstall