- lint-Target in Haupt-Makefile aufgenommen.

This commit is contained in:
Alexander Barton 2002-03-25 19:39:48 +00:00
parent b79ba679a1
commit d58fe2f185
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
# Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
# der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
#
# $Id: Makefile.am,v 1.7 2002/03/12 14:37:51 alex Exp $
# $Id: Makefile.am,v 1.8 2002/03/25 19:39:48 alex Exp $
#
AUTOMAKE_OPTIONS = gnu
@ -22,4 +22,7 @@ maintainer-clean-local:
rm -f mkinstalldirs missing depcomp install-sh
rm -f config.log
lint:
make -C src/ngircd lint
# -eof-