diff options
Diffstat (limited to 'BFS/baselines/gpu/Makefile')
-rw-r--r-- | BFS/baselines/gpu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BFS/baselines/gpu/Makefile b/BFS/baselines/gpu/Makefile new file mode 100644 index 0000000..7d9d953 --- /dev/null +++ b/BFS/baselines/gpu/Makefile @@ -0,0 +1,5 @@ +all: + /usr/local/cuda/bin/nvcc app.cu -I/usr/local/cuda/include -lm -o bfs + +clean: + rm bfs |