1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-09 22:06:02 +00:00

"make clean" and "make maintainer-clean" remove more files now. [from HEAD]

This commit is contained in:
Alexander Barton
2004-05-11 00:38:17 +00:00
parent 2a3ec21702
commit 15d31d31db
4 changed files with 17 additions and 6 deletions

View File

@@ -8,10 +8,13 @@
# (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information.
#
# $Id: Makefile.am,v 1.1 2004/02/29 17:19:43 alex Exp $
# $Id: Makefile.am,v 1.1.2.1 2004/05/11 00:38:17 alex Exp $
#
clean-local:
rm -rf build
maintainer-clean-local:
rm -f Makefile Makefile.in
# -eof-