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

- Projektdatei fuer den Mac OS X Project Builder erstellt.

This commit is contained in:
Alexander Barton
2001-12-12 17:21:58 +00:00
parent 418add93da
commit 789d2faa7b
5 changed files with 599 additions and 6 deletions

12
MacOSX/Makefile.am Normal file
View File

@@ -0,0 +1,12 @@
# $Id: Makefile.am,v 1.1 2001/12/12 17:21:58 alex Exp $
# $Log: Makefile.am,v $
# Revision 1.1 2001/12/12 17:21:58 alex
# - Projektdatei fuer den Mac OS X Project Builder erstellt.
#
maintainer-clean-local:
rm -f Makefile Makefile.in
rm -rf build
# -eof-