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