Skip to content
Snippets Groups Projects
Commit 0dc97dd6 authored by Stefanus Ardi Mulia's avatar Stefanus Ardi Mulia
Browse files

Add makefile

parent 6abd0e3d
Branches master
No related merge requests found
default:
@echo "Compiling program"
gcc -g -Wall src/dijkstra.c -o dijkstra
@echo "Compiling cuda program"
nvcc dijkstra_cuda.cu -o dijkstra_cuda
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