Update compile.sh

Added descriptive comment
This commit is contained in:
Isak 2018-02-17 18:02:34 +01:00 committed by GitHub
parent a75529dd23
commit c2be85f479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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