all: gcc simple_demo.c -Icglm/include -lGL -lm -lglfw -lGLEW -g test: all ./a.out clean: rm -f *.o a.out