From 0dc97dd6149c208b012f96cf3dd6f6e71badb97b Mon Sep 17 00:00:00 2001
From: Stefanus Ardi Mulia <13517119@std.stei.itb.ac.id>
Date: Sun, 5 Apr 2020 21:01:32 +0700
Subject: [PATCH] Add makefile

---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..955c268
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+default:
+	@echo "Compiling program"
+	gcc -g -Wall src/dijkstra.c -o dijkstra
+	@echo "Compiling cuda program"
+	nvcc dijkstra_cuda.cu -o dijkstra_cuda
-- 
GitLab