Update compile.sh

Fixed typo
This commit is contained in:
Isak 2018-02-17 18:12:47 +01:00 committed by GitHub
parent c2be85f479
commit 14dbfa2e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
#Don't know cmake so here's a simple bash script for compialation
#Don't know cmake so here's a simple bash script for compiling
g++ -c Directory.cpp -o Directory.o
g++ Main.cpp Directory.o -o File-viewer