default:
	gcc -g -lcgi-api index.c -o index.cgi
clean:
	rm index.cgi
