This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
doghook/create_projects.sh

7 lines
99 B
Bash
Executable File

echo creating projects...
./premake5 "gmake"
./premake5 "export-compile-commands"
echo finished.