aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-28 17:23:11 +1300
committerDavid Phillips <david@sighup.nz>2017-02-28 17:23:11 +1300
commit20638891fb71c8ca81b34d84349b5bcb89db66de (patch)
tree4fa0472f083d9349447f8781cb66ab1849941d53
parent4533e1744c443d0958acdae074b3517560d06ed6 (diff)
downloadfractal-gen-opencl-20638891fb71c8ca81b34d84349b5bcb89db66de.tar.xz
Use absolute path for cl source directory
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 5b068e5..5227dfc 100644
--- a/config.mk
+++ b/config.mk
@@ -1,2 +1,2 @@
-CFLAGS += -I/usr/include/CL/ -DCL_SRC_DIR=\"./cl/\"
+CFLAGS += -I/usr/include/CL/ -DCL_SRC_DIR=\"$(PWD)/cl/\"
LDFLAGS += -lOpenCL