aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-02-12 21:04:58 +1300
committerDavid Phillips <david@sighup.nz>2017-02-12 21:12:05 +1300
commit6605c05adf8775eddb1d4045b408895e0183f931 (patch)
treeedb9333d528d8fa22b900bbf7cccc57966cbe945 /Makefile
parentc83eacc524ffd0cc3e93a2b88ea69e98c04859ec (diff)
downloadfractal-gen-opencl-6605c05adf8775eddb1d4045b408895e0183f931.tar.xz
Add stringy CL error messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1dd24f6..a108bef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
include config.mk
-fractal-gen: fractal-gen.o trampoline.o slurp.o
+fractal-gen: fractal-gen.o cl_error.o trampoline.o slurp.o
.PHONY: clean