summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ae29ac18..11160711 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,9 +32,6 @@ maintainer-clean-local:
 testsuite:
 	cd src/testsuite && ${MAKE} check
 
-lint:
-	cd src/ngircd && ${MAKE} lint
-
 srcdoc:
 	cd doc && ${MAKE} srcdoc
 
@@ -45,6 +42,6 @@ deb:
 	[ -f debian/rules ] || ln -s contrib/Debian debian
 	dpkg-buildpackage --build=binary
 
-.PHONY: deb lint rpm srcdoc testsuite
+.PHONY: deb rpm srcdoc testsuite
 
 # -eof-