default:
	c++ -static counter.cpp -o counter.cgi -I ../src -L ../src/.libs -lgd -lm
	cp counter.cgi /home/mcoan/public_html/cgi-bin/
	
