diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |