maint(generate): use tabs

This commit is contained in:
6arelyFuture 2022-12-12 15:57:58 +01:00
parent 472d51a17b
commit 8e8cc15d8d
Signed by: Future
GPG Key ID: FA77F074E98D98A5

View File

@ -1,7 +1,7 @@
#!/bin/bash
git submodule update --init --recursive
if [ "$(uname)" == "Darwin" ]; then
./tools/premake5-mac gmake2
./tools/premake5-mac gmake2
else
./tools/premake5-linux gmake2
fi