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