aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-02 11:35:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-02 11:35:21 +1300
commitd4eaef97e7a4b71efdea5b7038734261eb429acd (patch)
tree2672bc6917f3f962496e019bbb59911bc0eb519b /Makefile
parentAppease perlcritic(1) on clip (diff)
downloaddotfiles-d4eaef97e7a4b71efdea5b7038734261eb429acd.tar.gz
dotfiles-d4eaef97e7a4b71efdea5b7038734261eb429acd.zip
Add Perl::Critic back in again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d0917bf..574c0bb9 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@
install-mysql \
install-ncmcpp \
install-newsbeuter \
+ install-perlcritic \
install-psql \
install-readline \
install-sh \
@@ -144,6 +145,9 @@ install-newsbeuter :
install-mysql :
install -m 0644 -- mysql/my.cnf "$(HOME)"/.my.cnf
+install-perlcritic:
+ install -m 0644 -- perlcritic/perlcriticrc "$(HOME)"/.perlcriticrc
+
install-psql :
install -m 0644 -- psql/psqlrc "$(HOME)"/.psqlrc