all: /usr/local/cuda/bin/nvcc app.cu -I/usr/local/cuda/include -lm -o bfs clean: rm bfs