From 420f8bd496bb35b571a426c82f9a70fecfe45aed Mon Sep 17 00:00:00 2001
From: Hilmi Naufal Yafie <13517035@std.stei.itb.ac.id>
Date: Sun, 5 Apr 2020 22:17:47 +0700
Subject: [PATCH] Update Makefile

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 14409f4..2be2ff5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,5 +17,5 @@ parallel_omp: ./src/paralel_openmp.c
 	gcc -g -Wall -fopenmp -o ./bin/parallel_omp ./src/paralel_openmp.c ./src/util.c ./src/dijkstra.c
 	./bin/parallel_omp $(nt) $(nv)
 
-parcud: ./src/paralel.cu
-	nvcc 
\ No newline at end of file
+parallel_cuda: ./src/paralel.cu
+	nvcc ./src/paralel.cu -o ./bin/parallel_cuda
\ No newline at end of file
-- 
GitLab