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

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2be2ff5..46a3342 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,5 @@ parallel_omp: ./src/paralel_openmp.c
 	./bin/parallel_omp $(nt) $(nv)
 
 parallel_cuda: ./src/paralel.cu
-	nvcc ./src/paralel.cu -o ./bin/parallel_cuda
\ No newline at end of file
+	nvcc ./src/paralel.cu -o ./bin/parallel_cuda
+	./bin/parallel_cuda $(nt) $(nv)
\ No newline at end of file
-- 
GitLab