various changes I don't remember lol
This commit is contained in:
parent
07a879aad3
commit
06508d53ac
19 changed files with 90 additions and 90 deletions
|
|
@ -48,11 +48,11 @@ fi
|
|||
# Ask for confirmation to build vkquake
|
||||
|
||||
{
|
||||
read -p "Build Quakespasm-spiked? [y/n]:" -n 1 -r
|
||||
read -p "Build vkQuake? [y/n]:" -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||
then
|
||||
~/.bin/sh/quakespasm-compile.sh
|
||||
~/.bin/sh/vkquake-compile.sh
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue