add readme and build script

This commit is contained in:
Gregory Gauthier 2025-12-17 17:10:24 +00:00
parent f4c67ede2e
commit e3827097f3

View File

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