mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
Forgot to uncomment a few lines.
git-svn-id: https://svn.eduke32.com/eduke32@1513 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5d748a1aff
commit
642e8685f5
1 changed files with 3 additions and 3 deletions
|
@ -47,9 +47,9 @@ if [ $dobuild ]
|
||||||
then
|
then
|
||||||
echo "Launching a build..."
|
echo "Launching a build..."
|
||||||
cd $source
|
cd $source
|
||||||
# # clean the tree
|
# clean the tree
|
||||||
# echo "${make[@]}" $clean
|
echo "${make[@]}" $clean
|
||||||
# "${make[@]}" $clean
|
"${make[@]}" $clean
|
||||||
# build
|
# build
|
||||||
echo "${make[@]}"
|
echo "${make[@]}"
|
||||||
"${make[@]}"
|
"${make[@]}"
|
||||||
|
|
Loading…
Reference in a new issue