Fast compilation without aliBuild

Before my O2 update I was able to compile from
$ALIBUILD_WORK_DIR/BUILD/O2-latest-dev
by ‘make’.
Now it does not work.
Should I use
‘cmake3 --build .’
instead ?
Cheers, R.

Yes.

Thanks.