Fixed build script not cleaning properly.

This commit is contained in:
Richard Helgeby 2009-12-23 18:54:59 +01:00
parent 433251e867
commit 94c209a573
1 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,10 @@ EXTENSIONDIR=$RELEASEDIR/addons/sourcemod/extensions
MAKEPATCH=false
# Clean release directory.
# Clean build and release directory.
make clean
rm -rf $RELEASEDIR
echo "Cleaned release directory."
echo "Cleaned build and release directory."
# Exit if cleaning only.
@ -55,8 +56,7 @@ fi
mkdir -p $RELEASEDIR
# Clean and compile plugin.
make clean
# Compile plugin.
make