aboutsummaryrefslogtreecommitdiff
path: root/x11argb_opengl/Makefile
diff options
context:
space:
mode:
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
-