all: g++ cpp_demo.cpp -lGL -lglfw -lGLEW -g -lSOIL clean: rm a.out test: all ./a.out