Initial commit
This commit is contained in:
commit
213e7046d1
3 changed files with 152 additions and 0 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
glslview : glslview.c
|
||||
gcc -o glslview glslview.c -lSDL2 -lGL -lGLEW -Wall
|
Reference in a new issue