aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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