summaryrefslogtreecommitdiff
path: root/src/glsl/cl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/cl/Makefile')
-rw-r--r--src/glsl/cl/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/glsl/cl/Makefile b/src/glsl/cl/Makefile
deleted file mode 100644
index 04a52df8c3..0000000000
--- a/src/glsl/cl/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#src/glsl/cl/Makefile
-
-TOP = ../../..
-
-include $(TOP)/configs/current
-
-LIBNAME = glslcl
-
-C_SOURCES = \
- sl_cl_parse.c
-
-include ../Makefile.template
-