aboutsummaryrefslogtreecommitdiff
path: root/samples/OpenGL/x11argb_opengl_glsl
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-05-12 02:05:08 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-05-12 02:05:08 +0200
commit2442c23c78fbe205cbebbe2f26d8a20eecbb1347 (patch)
tree274d71054621fadd177d7d0c854d19ef00399b50 /samples/OpenGL/x11argb_opengl_glsl
parent623fc8c73de35bef0785f09bae8a3f607f8ed087 (diff)
downloadcodesamples-2442c23c78fbe205cbebbe2f26d8a20eecbb1347.tar.gz
codesamples-2442c23c78fbe205cbebbe2f26d8a20eecbb1347.tar.bz2
commit of new sample 'frustum'
Diffstat (limited to 'samples/OpenGL/x11argb_opengl_glsl')
-rw-r--r--samples/OpenGL/x11argb_opengl_glsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OpenGL/x11argb_opengl_glsl/Makefile b/samples/OpenGL/x11argb_opengl_glsl/Makefile
index 6c234cb..b59feea 100644
--- a/samples/OpenGL/x11argb_opengl_glsl/Makefile
+++ b/samples/OpenGL/x11argb_opengl_glsl/Makefile
@@ -1,3 +1,3 @@
x11argb_opengl_glsl: x11argb_opengl_glsl.c Makefile
- $(CC) -std=c99 -g3 -o x11argb_opengl_glsl x11argb_opengl_glsl.c -lX11 -lXrender -lGLEW -lm
+ clang -std=c99 -g3 -o x11argb_opengl_glsl x11argb_opengl_glsl.c -lX11 -lXrender -lGLEW -lm