
LIBRARIES = -lm -lstdc++ -lGL -lGLU -lglut

all:	main.o
		gcc -o DMDpaint $(LIBRARIES) main.o
