This commit is contained in:
2023-06-06 16:35:08 +02:00
parent 6a8d55dbe8
commit f6fcb214e5
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