Bläddra i källkod

rename perlcritic make target & also run `helper.pl -a`

Steffen Jaeckel 8 år sedan
förälder
incheckning
c93bee9575
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      makefile

+ 2 - 1
makefile

@@ -399,7 +399,8 @@ zipup: doc/crypt.pdf
 	gpg -b -a libtomcrypt-$(VERSION).tar.xz
 	gpg -b -a libtomcrypt-$(VERSION).tar.xz
 	gpg -b -a libtomcrypt-$(VERSION).zip
 	gpg -b -a libtomcrypt-$(VERSION).zip
 
 
-perlcritic:
+codecheck:
+	perl helper.pl -a
 	perlcritic *.pl
 	perlcritic *.pl
 
 
 # git commit: $Format:%h$ $Format:%ai$
 # git commit: $Format:%h$ $Format:%ai$