macos debug

This commit is contained in:
2023-12-12 18:04:27 +01:00
parent 7dda5d5624
commit fc3382f984

View File

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