chat:
	rm -f chat.cgi
	c++ -static -O2 chat.cpp -o chat.cgi
	strip ./chat.cgi
	cp ./chat.cgi /var/www/cgi-bin/chat.cgi
