2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-05-30 21:17:41 +00:00
OpenAssetTools/generate.sh
2021-10-10 15:07:40 +02:00

7 lines
133 B
Bash
Executable File

#!/bin/bash
# Go to repository root
cd "$(dirname "$0")" || exit 2
git submodule update --init --recursive
tools/premake5 $@ gmake2