CC = nvcc CFLAGS = -g #-deviceemu cudatest6: cudatest6.cu prof_time.h $(CC) $(CFLAGS) $< -o $@ -L$(CUDA)/lib64 -lcudart clean: rm -f cudatest6