xsandbox: xsandbox.cpp xsandbox.h xinterface.cpp xinterface.h graphics.cpp graphics.h sand_water.cpp sand_water.h Makefile
	g++ xsandbox.cpp xinterface.cpp graphics.cpp sand_water.cpp -o xsandbox `gtk-config --cflags --libs`
