
all:
	gcc -o3dcube 3dcube.c `sdl-config --libs --cflags` -I/usr/include/GL -lGL -lGLU
