diff options
author | David Phillips <david@sighup.nz> | 2017-02-12 21:04:58 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-02-12 21:12:05 +1300 |
commit | 6605c05adf8775eddb1d4045b408895e0183f931 (patch) | |
tree | edb9333d528d8fa22b900bbf7cccc57966cbe945 /Makefile | |
parent | c83eacc524ffd0cc3e93a2b88ea69e98c04859ec (diff) | |
download | fractal-gen-opencl-6605c05adf8775eddb1d4045b408895e0183f931.tar.xz |
Add stringy CL error messages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |