moving experimental features to a new folder

This commit is contained in:
2024-12-04 18:34:53 +01:00
parent f5ffd97e48
commit 34ea0822a7
9 changed files with 126 additions and 32 deletions

View File

@@ -9,4 +9,3 @@ if [ $(uname -s) = 'Darwin' ]; then
else
clang main.c ../libmlx.so -lSDL2 -g -Wall -Wextra -Werror;
fi