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