adding clear window

This commit is contained in:
2023-04-01 17:51:29 +02:00
parent 28850a6cb8
commit 7eea6ea1d5
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
```