Blame


1 1e9a9583 2004-02-29 alex #
2 1e9a9583 2004-02-29 alex # ngIRCd -- The Next Generation IRC Daemon
3 1e9a9583 2004-02-29 alex # Copyright (c)2001-2004 Alexander Barton <alex@barton.de>
4 1e9a9583 2004-02-29 alex #
5 1e9a9583 2004-02-29 alex # This program is free software; you can redistribute it and/or modify
6 1e9a9583 2004-02-29 alex # it under the terms of the GNU General Public License as published by
7 1e9a9583 2004-02-29 alex # the Free Software Foundation; either version 2 of the License, or
8 1e9a9583 2004-02-29 alex # (at your option) any later version.
9 1e9a9583 2004-02-29 alex # Please read the file COPYING, README and AUTHORS for more information.
10 1e9a9583 2004-02-29 alex #
11 d7c975e8 2004-05-11 alex # $Id: Makefile.am,v 1.2 2004/05/11 00:34:26 alex Exp $
12 1e9a9583 2004-02-29 alex #
13 1e9a9583 2004-02-29 alex
14 1e9a9583 2004-02-29 alex clean-local:
15 1e9a9583 2004-02-29 alex rm -rf build
16 1e9a9583 2004-02-29 alex
17 d7c975e8 2004-05-11 alex maintainer-clean-local:
18 d7c975e8 2004-05-11 alex rm -f Makefile Makefile.in
19 d7c975e8 2004-05-11 alex
20 1e9a9583 2004-02-29 alex # -eof-