From cf2b9707c5716757df232cf0d287913e0c9a049d Mon Sep 17 00:00:00 2001 From: Bandie Date: Mon, 1 Oct 2018 19:11:11 +0200 Subject: [PATCH] Fixes #59 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2ab2379..cc049ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,4 +13,6 @@ update-po: all: update-po test: + make clean make -C test + @printf "Note: If you want to build pam_panic now, you should run 'make clean' first.\n"