fix: freeing surface that is not created
This commit is contained in:
7
generate.sh
Executable file
7
generate.sh
Executable 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."
|
||||
Reference in New Issue
Block a user