Fixed build script not cleaning properly.
This commit is contained in:
parent
433251e867
commit
94c209a573
8
build.sh
8
build.sh
|
@ -17,9 +17,10 @@ EXTENSIONDIR=$RELEASEDIR/addons/sourcemod/extensions
|
||||||
MAKEPATCH=false
|
MAKEPATCH=false
|
||||||
|
|
||||||
|
|
||||||
# Clean release directory.
|
# Clean build and release directory.
|
||||||
|
make clean
|
||||||
rm -rf $RELEASEDIR
|
rm -rf $RELEASEDIR
|
||||||
echo "Cleaned release directory."
|
echo "Cleaned build and release directory."
|
||||||
|
|
||||||
|
|
||||||
# Exit if cleaning only.
|
# Exit if cleaning only.
|
||||||
|
@ -55,8 +56,7 @@ fi
|
||||||
mkdir -p $RELEASEDIR
|
mkdir -p $RELEASEDIR
|
||||||
|
|
||||||
|
|
||||||
# Clean and compile plugin.
|
# Compile plugin.
|
||||||
make clean
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user