This repository has been archived on 2026-03-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SakuraVNE_old/generate.sh

8 lines
241 B
Bash
Raw Normal View History

#!/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."