summaryrefslogtreecommitdiff
path: root/cuda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cuda/Makefile')
-rw-r--r--cuda/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cuda/Makefile b/cuda/Makefile
new file mode 100644
index 0000000..17b5b6b
--- /dev/null
+++ b/cuda/Makefile
@@ -0,0 +1,6 @@
+memcpy: memcpy.cu
+ nvcc memcpy.cu
+
+meminfo: meminfo.cu
+ nvcc meminfo.cu
+