mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-23 04:12:39 +00:00
Use distclean for jenkins builds
This commit is contained in:
parent
5d862d222e
commit
d50338fb57
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ fi
|
||||||
|
|
||||||
CORES=`awk '/^processor/ { N++} END { print N }' /proc/cpuinfo`
|
CORES=`awk '/^processor/ { N++} END { print N }' /proc/cpuinfo`
|
||||||
|
|
||||||
make -j${CORES} clean ${BUILD_TYPE}
|
make -j${CORES} distclean ${BUILD_TYPE}
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Reference in a new issue