# Makefile for MuggiChat v1 beta by flower/prjdd.
#
# notice that the lib paths must point to the supplied lib.

all:	mug-chat

mug-chat:	mug-chat.cpp config.h
	g++ -o muggichat mug-chat.cpp -I./lib -L./lib -ldd

install:	mug-chat
	install -o bbs -g users muggichat /home/bbs/doors/
