projects
/
ngircd-alex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79ba67
)
- lint-Target in Haupt-Makefile aufgenommen.
author
Alexander Barton
<alex@barton.de>
Mon, 25 Mar 2002 19:39:48 +0000
(19:39 +0000)
committer
Alexander Barton
<alex@barton.de>
Mon, 25 Mar 2002 19:39:48 +0000
(19:39 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 27a7d55249f0eaa25412142494b500333e584aaa..007b950d2ebe16b57008de5a850cd435f57c2dc4 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-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-