buildscript can also "clean" up

This commit is contained in:
Oliver Voelker 2014-11-12 22:49:28 +01:00
parent 5d907840f7
commit fd1195d15e
1 changed files with 2 additions and 1 deletions

View File

@ -307,7 +307,7 @@ case "$1" in
"clean") "clean")
if [ "$2" = "help" ] || [ "$2" = "x" ]; then if [ "$2" = "help" ] || [ "$2" = "x" ]; then
echo "This option cleans all build files." echo "This option cleans all build files."
echo "$0 $1 all" echo "$0 $1"
else else
clean clean
fi fi
@ -332,6 +332,7 @@ case "$1" in
echo " config" echo " config"
echo " build" echo " build"
echo " buildall" echo " buildall"
echo " clean"
echo "" echo ""
echo "If you need help to one of these options just type $0 command help" echo "If you need help to one of these options just type $0 command help"
;; ;;