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 69340eb0..28f8f9d3 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,10 @@ install-mysql :
rm -f $(HOME)/.my.cnf
ln -s $(PWD)/mysql/my.cnf $(HOME)/.my.cnf
+install-perl :
+ rm -f $(HOME)/.perlcriticrc
+ ln -s $(PWD)/perl/perlcriticrc $(HOME)/.perlcriticrc
+
install-psql :
rm -f $(HOME)/.psqlrc
ln -s $(PWD)/psql/psqlrc $(HOME)/.psqlrc