Remove autoruns

This commit is contained in:
Miloslav Číž 2021-06-16 22:58:28 +02:00
parent 9a678daff8
commit f6a6a68a89
1 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ if [ $1 = "sdl" ]; then
echo ${COMMAND} echo ${COMMAND}
${COMMAND} && ./anarch -w ${COMMAND}
elif [ $1 = "terminal" ]; then elif [ $1 = "terminal" ]; then
# PC terminal build, requires: # PC terminal build, requires:
# - g++ # - g++
@ -49,7 +49,7 @@ elif [ $1 = "terminal" ]; then
echo ${COMMAND} echo ${COMMAND}
${COMMAND} && sudo ./anarch ${COMMAND}
elif [ $1 = "csfml" ]; then elif [ $1 = "csfml" ]; then
# csfml build, requires: # csfml build, requires:
# - csfml # - csfml
@ -58,7 +58,7 @@ elif [ $1 = "csfml" ]; then
echo ${COMMAND} echo ${COMMAND}
${COMMAND} && ./anarch ${COMMAND}
elif [ $1 = "test" ]; then elif [ $1 = "test" ]; then
# test build, requires: # test build, requires:
# - g++ # - g++
@ -67,7 +67,7 @@ elif [ $1 = "test" ]; then
echo ${COMMAND} echo ${COMMAND}
${COMMAND} && ./anarch ${COMMAND}
elif [ $1 = "pokitto" ]; then elif [ $1 = "pokitto" ]; then
# Pokitto build, requires: # Pokitto build, requires:
# - PokittoLib, in this folder create a symlink named "PokittoLib" to the # - PokittoLib, in this folder create a symlink named "PokittoLib" to the