From c2be85f47990570a593c8a2abaa072239a5b44d1 Mon Sep 17 00:00:00 2001 From: Isak Date: Sat, 17 Feb 2018 18:02:34 +0100 Subject: [PATCH] Update compile.sh Added descriptive comment --- src/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compile.sh b/src/compile.sh index bd79b07..024ed59 100644 --- a/src/compile.sh +++ b/src/compile.sh @@ -1,4 +1,5 @@ #!/bin/bash +#Don't know cmake so here's a simple bash script for compialation g++ -c Directory.cpp -o Directory.o g++ Main.cpp Directory.o -o File-viewer