all: GTK

GLUT:
	python setup.py build GLUT
GTK:
	python setup.py build GTK

clean:
	python setup.py clean

	
