chat:
	rm -f chat.cgi
	c++ -static -O2 chat.cpp -o chat.cgi
	strip ./chat.cgi
	cp ./chat.cgi /usr/home/mcoan/public_html/cgi-bin/chat.cgi
