Skip to content

Commit

Permalink
Исправление скрипта сборки
Browse files Browse the repository at this point in the history
  • Loading branch information
abbat committed Oct 6, 2014
1 parent b22feb7 commit ba5ded0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.linux.sh
Expand Up @@ -6,7 +6,9 @@ set -e
PROJECT_NAME="avalon"

# очистка
make clean
if [ -f "Makefile" ]; then
make clean
fi

# создание pro-файла
qmake -project -recursive -Wall -nopwd -o ${PROJECT_NAME}.pro \
Expand Down

0 comments on commit ba5ded0

Please sign in to comment.