diff --git a/build.sh b/build.sh index f16d52e..6b1ce49 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,6 @@ echo "Building application." gcc -std=c90 -o build/cordle/cordle src/*.c -Iinclude -lncurses export RESULT=$? -# shellcheck disable=SC1073 if (( RESULT == 0 )); then echo "Compile successful. Copying wordlists..." cp -R wordlists build/cordle