Initial import

This commit is contained in:
Emmanuel BENOîT 2015-03-10 20:58:30 +01:00
commit cbaafa7941
3 changed files with 297 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
check-glsl: check_glsl.c
$(CC) -g -O0 -lGL -lX11 -o check-glsl check_glsl.c
clean:
rm -f check-glsl