This commit is contained in:
Kbz-8
2023-06-06 16:35:08 +02:00
parent 31e08416e0
commit e98bd490b2
6 changed files with 122 additions and 46 deletions

View File

@@ -1 +1 @@
clang main.c ../libmlx.so -lSDL2 -g && ./a.out
clang main.c ../libmlx.so `/nfs/homes/maldavid/.xmake/packages/l/libsdl/2.26.4/8dfbcb8049e744a597cd5333e1b399cd/bin/sdl2-config --cflags --libs` -g && ./a.out