diff --git a/test/run.sh b/test/run.sh index bebe337..3b240b9 100755 --- a/test/run.sh +++ b/test/run.sh @@ -1,6 +1,5 @@ #!/bin/bash -echo "pouic $(uname -s)" if [ $(uname -s) = 'Darwin' ]; then clang main.c ../libmlx.dylib -L /opt/homebrew/lib -lSDL2 -g && ./a.out; else