mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
12 lines
381 B
Diff
12 lines
381 B
Diff
diff -Naur cuda-rarcrypt.orig/Makefile cuda-rarcrypt/Makefile
|
|
--- cuda-rarcrypt.orig/Makefile 2009-04-28 12:50:15.000000000 +0000
|
|
+++ cuda-rarcrypt/Makefile 2009-06-04 20:01:55.000000000 +0000
|
|
@@ -1,5 +1,6 @@
|
|
# Add source files here
|
|
-EXECUTABLE := rarcrypt
|
|
+ROOTBINDIR :=./bin
|
|
+EXECUTABLE := cuda-rarcrypt
|
|
|
|
# CUDA source files (compiled with cudacc)
|
|
CUFILES := rarcrypt.cu
|
|
|