From 4444f1451bec0c37bb2b8883f5d8625b23858213 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Sun, 6 Nov 2011 23:15:40 +0100 Subject: x11argb_opengl added --- x11argb_opengl/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 x11argb_opengl/Makefile (limited to 'x11argb_opengl/Makefile') 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 + -- cgit v1.2.3