Remove old files

This commit is contained in:
2025-05-26 22:46:28 -03:00
parent eb4d18d9d8
commit 306ba111bd
52 changed files with 494 additions and 990 deletions

View File

@ -2,9 +2,9 @@
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
./vendor/MintakaCpp/vendor/premake-core/linux/premake5 gmake2
./vendor/premake-core/linux/premake5 gmake2
elif [ "$(uname)" = "Darwin" ]
then
./vendor/MintakaCpp/vendor/premake-core/mac/premake5 xcode4
./vendor/premake-core/mac/premake5 xcode4
fi