diff options
Diffstat (limited to 'aberth/Makefile')
| -rw-r--r-- | aberth/Makefile | 2 | 
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 | 
