summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-07-26 12:58:55 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-07-26 12:58:55 +0200
commit95d32ed9985d520e1f2b9d91b1b94de89bc2f4b8 (patch)
tree26e317e9805af17b0cd482e2ded66f766bd9e39a /Makefile
parentb50d6948d668a804731cc9918f35dda0b8fe668e (diff)
downloadpylint-git-95d32ed9985d520e1f2b9d91b1b94de89bc2f4b8.tar.gz
Fixed syntax error in Makefile.
--HG-- branch : make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66e782240..81c3a0940 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ clean: /usr/bin/debuild /usr/bin/dh_pysupport
/usr/bin/debuild:
sudo apt-get -y --force-yes install devscripts
-/usr/bin/dh_pysupport
+/usr/bin/dh_pysupport:
sudo apt-get -y --force-yes install python-support
all: clean lint tests docs sdist deb