aboutsummaryrefslogtreecommitdiff
path: root/x11argb_opengl/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2011-11-06 23:15:40 +0100
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2011-11-06 23:15:40 +0100
commit4444f1451bec0c37bb2b8883f5d8625b23858213 (patch)
treecb7249647724e51529f6011219be86ae8dae41f6 /x11argb_opengl/Makefile
parent659b82e6c2b06f6f14a96da383ff45a56b937d93 (diff)
downloadcodesamples-4444f1451bec0c37bb2b8883f5d8625b23858213.tar.gz
codesamples-4444f1451bec0c37bb2b8883f5d8625b23858213.tar.bz2
x11argb_opengl added
Diffstat (limited to 'x11argb_opengl/Makefile')
-rw-r--r--x11argb_opengl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11argb_opengl/Makefile b/x11argb_opengl/Makefile
new file mode 100644
index 0000000..658fc06
--- /dev/null
+++ b/x11argb_opengl/Makefile
@@ -0,0 +1,3 @@
+x11argb_opengl: x11argb_opengl.c Makefile
+ $(CC) -std=c99 -g3 -o x11argb_opengl x11argb_opengl.c -lX11 -lXrender -lGL -lm
+