# $Id: Makefile,v 1.0 1998/08/15 13:28:18 root Exp $
#
# Makefile for mmon.
#
# GPL (c) 1998 andik@ns.upet.ro

all:	mmon

mmon:	mmon.c
	# Compiling mmon 
	c++ -O2 -o mmon mmon.c
