aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-04-07 14:47:36 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-04-07 14:47:36 +1200
commit0eef16952a5eb2a93243a5045c8368fa0d8681ed (patch)
tree6acf1532b42a31d5b1d32a61d8c6432cb3268f49 /Makefile
parentUse short statuses (diff)
downloaddotfiles-0eef16952a5eb2a93243a5045c8368fa0d8681ed.tar.gz
dotfiles-0eef16952a5eb2a93243a5045c8368fa0d8681ed.zip
Add .perltidyrc
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