fix: freeing surface that is not created

This commit is contained in:
2026-02-25 09:43:05 +01:00
parent 8788706c0d
commit 33e9586487
6 changed files with 17 additions and 4 deletions

7
generate.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Generating Makefiles..."
./vendor/premake/linux/premake5 gmake2
echo "Generating compile_commands.json for clangd..."
./vendor/premake/linux/premake5 ecc
echo "Done!"
echo "Run `make help` to see how to build the project."