From d9bc351be261935c475330ebd983bbf7f675dae0 Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 29 Mar 2018 04:55:09 +0200 Subject: [PATCH] test? --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d022586..2fdc515 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,6 @@ install: PAMDIR=$(PAMDIR); if [ -z $${PAMDIR} ]; then printf "Error: PAM's shared object directory was not detected. If you know where it is, please add to POSSIBLE_PAMDIRS and make a pull request.\n"&& exit 1; else cp build/pam_panic.so $${PAMDIR}/pam_panic.so; fi if [ ! -d $(MANDIR) ]; then printf "Error: Where is the manpage directory?\n" && exit 1; else make install -C man -e "MANDIR = $(MANDIR)"; fi @printf "Done!\n" + +test: + @printf "We only can test it in production.\n"