aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-27 00:46:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-27 00:46:09 +1200
commit02e4b3ba83e40f224a9bfc34d44d3676f0b64e1f (patch)
treef696e095e659822695a9f2042ce31f52db17150a /Makefile
parentTidier Perl for custom clip script (diff)
downloaddotfiles-02e4b3ba83e40f224a9bfc34d44d3676f0b64e1f.tar.gz
dotfiles-02e4b3ba83e40f224a9bfc34d44d3676f0b64e1f.zip
Remove Perl::Critic configuration
Not often used anyway, and a very short file that causes trouble if the expected modules aren't installed; better off without it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 10e320ca..8491ae94 100644
--- a/Makefile
+++ b/Makefile
@@ -70,10 +70,6 @@ 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