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 4ffa0fd3..b515ea33 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@
install-ncmcpp \
install-newsbeuter \
install-perlcritic \
+ install-perltidy \
install-psql \
install-readline \
install-sh \
@@ -160,6 +161,9 @@ install-mysql :
install-perlcritic:
install -pm 0644 -- perlcritic/perlcriticrc "$(HOME)"/.perlcriticrc
+install-perltidy:
+ install -pm 0644 -- perltidy/perltidyrc "$(HOME)"/.perltidyrc
+
install-psql :
install -pm 0644 -- psql/psqlrc "$(HOME)"/.psqlrc