From 8658718791edc97722a3173051675e90c8e7c92d Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 17 May 2016 22:21:08 +0200 Subject: [PATCH] linux: skein2.cu doesnt exist --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8c3189c..9f7bd8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,6 +158,3 @@ scrypt/titan_kernel.o: scrypt/titan_kernel.cu skein.o: skein.cu $(NVCC) $(nvcc_FLAGS) --maxrregcount=64 -o $@ -c $< -skein2.o: skein2.cu - $(NVCC) $(nvcc_FLAGS) --maxrregcount=64 -o $@ -c $< -