X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/lniv_gpu.git/blobdiff_plain/1a59c41c272e22861e759e660a64578b47147d85..refs/heads/master:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 2801dda..7c8c11f 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ ################################################################################ # Add source files here -EXECUTABLE := levelines +EXECUTABLE := lniv # CUDA source files (compiled with cudacc) -CUFILES := main_gmem.cu +CUFILES := main.cu # CUDA dependency files CU_DEPS := levelines_common.h # C/C++ source files (compiled with gcc / c++) @@ -47,3 +47,6 @@ CCFILES := # Rules and targets include ../../common/common.mk + +zul: + echo $(NVCCFLAGS) \ No newline at end of file