From c93bee957592fad5c9705b4605f7e3295fc75fbc Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 5 May 2017 16:14:10 +0200 Subject: [PATCH] rename perlcritic make target & also run `helper.pl -a` --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index e5a0fa2..0ead01d 100644 --- a/makefile +++ b/makefile @@ -399,7 +399,8 @@ zipup: doc/crypt.pdf gpg -b -a libtomcrypt-$(VERSION).tar.xz gpg -b -a libtomcrypt-$(VERSION).zip -perlcritic: +codecheck: + perl helper.pl -a perlcritic *.pl # git commit: $Format:%h$ $Format:%ai$