Skip to content
Snippets Groups Projects
Commit 9dbb5720 authored by Dinda Yora Islami's avatar Dinda Yora Islami
Browse files

move makefile

parent 72abb7c1
Branches
No related merge requests found
all:
nvcc src/radix_sort_cuda.cu -o src/radix_sort_cuda
clean:
rm -rf src/radix_sort_cuda
rm -rf src/radix_sort_cuda.exe
\ No newline at end of file
all:
nvcc radix_sort_cuda.cu -o radix_sort_cuda
clean:
rm -rf radix_sort_cuda
rm -rf radix_sort_cuda.exe
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment