aboutsummaryrefslogtreecommitdiff
path: root/aberth/Makefile
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-04-20 10:34:37 +0200
committertomsmeding <tom.smeding@gmail.com>2019-04-20 10:34:37 +0200
commitde5ddea92334ed0d5ff4a70bd6393d7fea7bbd07 (patch)
tree220fc9aa848ce0992e3a9c544f79af08446925b2 /aberth/Makefile
parentd705388634c4df25f800e7cf05e88609bfbc2068 (diff)
Now it actually works on iris!
Diffstat (limited to 'aberth/Makefile')
-rw-r--r--aberth/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/aberth/Makefile b/aberth/Makefile
index f610c01..10f36b8 100644
--- a/aberth/Makefile
+++ b/aberth/Makefile
@@ -22,7 +22,7 @@ aberth: $(OBJECTS) aberth_kernel.o ../lodepng.o
$(CXX) -o $@ $^ $(LDFLAGS)
aberth_kernel.h: aberth_kernel.fut
- futhark c --library $^
+ futhark opencl --library $^
aberth_kernel.o: aberth_kernel.h
gcc -c $(OPTFLAGS) -o $@ aberth_kernel.c