mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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
|
||||
echo "Launching a build..."
|
||||
cd $source
|
||||
# # clean the tree
|
||||
# echo "${make[@]}" $clean
|
||||
# "${make[@]}" $clean
|
||||
# clean the tree
|
||||
echo "${make[@]}" $clean
|
||||
"${make[@]}" $clean
|
||||
# build
|
||||
echo "${make[@]}"
|
||||
"${make[@]}"
|
||||
|
|
Loading…
Reference in a new issue