MAIN = test $(MAIN).exe: g++ $(MAIN).cpp -o $(MAIN).exe -lglut32 -lopengl32 clean: rm -f $(MAIN).exe