mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 10:41:34 +00:00
use distclean in compile -c
This commit is contained in:
parent
f196b4cd12
commit
ad132d8e51
6
all
6
all
@ -663,13 +663,13 @@ case "$cmd" in
|
||||
fi
|
||||
|
||||
enter "$d0/d0_blind_id" verbose
|
||||
if $cleand0; then
|
||||
verbose make $MAKEFLAGS distclean
|
||||
fi
|
||||
if ! [ -f Makefile ]; then
|
||||
verbose sh autogen.sh
|
||||
verbose ./configure
|
||||
fi
|
||||
if $cleand0; then
|
||||
verbose make $MAKEFLAGS clean
|
||||
fi
|
||||
verbose make $MAKEFLAGS
|
||||
|
||||
enter "$d0/fteqcc" verbose
|
||||
|
Loading…
Reference in New Issue
Block a user