From be7f45b3bf93b0392a0a54a747f9fb78855d81ef Mon Sep 17 00:00:00 2001 From: evghenii Date: Sat, 4 Jan 2014 22:42:42 +0100 Subject: [PATCH] dont remove bitcode --- examples_ptx/mandelbrot_tasks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_ptx/mandelbrot_tasks/Makefile b/examples_ptx/mandelbrot_tasks/Makefile index fbfb84ae..bbbe44ff 100644 --- a/examples_ptx/mandelbrot_tasks/Makefile +++ b/examples_ptx/mandelbrot_tasks/Makefile @@ -33,7 +33,7 @@ NVCC_OBJS=objs/$(NVCC_SRC:.cu=_nvcc.o) OBJS=$(ISPC_OBJS) $(CXX_OBJS) $(NVCC_OBJS) -all: $(PROG) +all: $(PROG) $(ISPC_BCS) dirs: /bin/mkdir -p objs/