mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-01 13:36:56 +00:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
# $Id: Makefile.am,v 1.1 2001/12/11 21:53:04 alex Exp $
|
|
|
|
# $Log: Makefile.am,v $
|
|
# Revision 1.1 2001/12/11 21:53:04 alex
|
|
# Initial revision
|
|
#
|
|
|
|
SUBDIRS = ngircd
|
|
|
|
maintainer-clean-local:
|
|
rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
|
|
|
|
# -eof-
|