# (c) 2006, Steve Grubb <linux_4ever@yahoo.com>
# This software may be freely redistributed under the terms of the GNU
# public license version 2.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# This software may be freely redistributed under the terms of the GNU
# public license version 2.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

CFLAGS=-g -W -Wall -Wundef
LIBS=
all:
	gcc $(CFLAGS) mangle.c -o mangle $(LIBS)

clean:
	rm -f mangle *.o
	rm -rf cfs
	rm -rf fs
