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 #!/bin/bash
git submodule update --init --recursive git submodule update --init --recursive
if [ "$(uname)" == "Darwin" ]; then if [ "$(uname)" == "Darwin" ]; then
./tools/premake5-mac gmake2 ./tools/premake5-mac gmake2
else else
./tools/premake5-linux gmake2 ./tools/premake5-linux gmake2
fi fi