Skip to content

Commit b786a04

Browse files
committed
Add Make clean and .gitignore
1 parent bbe1ec0 commit b786a04

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c++11_cuda

c++11_cuda/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
c++11_cuda : c++11_cuda.cu
2-
nvcc -Icpp11-range --std=c++11 c++11_cuda.cu -o c++11_cuda
2+
nvcc -Icpp11-range --std=c++11 c++11_cuda.cu -o c++11_cuda
3+
4+
clean:
5+
rm -rf c++11_cuda

0 commit comments

Comments
 (0)