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