]> arthur.barton.de Git - ngircd.git/blobdiff - Makefile.am
Remove outdated, unsupported and broken support for splint(1)
[ngircd.git] / Makefile.am
index ae29ac18acc18fe1e5c125f53b4954dfa6b621fc..11160711568f8c7812e75f9aeb7dbca11c6f5adc 100644 (file)
@@ -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-