adding clear window

This commit is contained in:
kbz_8
2023-04-01 17:51:29 +02:00
parent 3a93881392
commit 534bea942c
13 changed files with 62 additions and 26 deletions

View File

@@ -30,5 +30,5 @@ For Arch based distros
3. Compile your project
```bash
gcc myApp.c MacroLibX/libmlx.so -lSDL2
clang myApp.c MacroLibX/libmlx.so -lSDL2
```