diff options
| author | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2011-11-06 23:19:40 +0100 |
|---|---|---|
| committer | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2011-11-06 23:19:40 +0100 |
| commit | 46f03b144af52b327a468cf9f7a0a84b0ee1e5f3 (patch) | |
| tree | d50414b199240f2fdea3c7c47176c023becf58e2 /samples/OpenGL/x11argb_opengl/Makefile | |
| parent | 4444f1451bec0c37bb2b8883f5d8625b23858213 (diff) | |
| download | codesamples-46f03b144af52b327a468cf9f7a0a84b0ee1e5f3.tar.gz codesamples-46f03b144af52b327a468cf9f7a0a84b0ee1e5f3.tar.bz2 | |
x11argb_opengl moved into right directory
Diffstat (limited to 'samples/OpenGL/x11argb_opengl/Makefile')
| -rw-r--r-- | samples/OpenGL/x11argb_opengl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OpenGL/x11argb_opengl/Makefile b/samples/OpenGL/x11argb_opengl/Makefile new file mode 100644 index 0000000..658fc06 --- /dev/null +++ b/samples/OpenGL/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 + |
