Make rebuild cause Alepha to rebuild.
(I don't link to it, yet.)
This commit is contained in:
@@ -8,5 +8,15 @@ pushd ..
|
|||||||
./autogen.sh
|
./autogen.sh
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
rm -fR alepha-build
|
||||||
|
mkdir alepha-build
|
||||||
|
cd alepha-build
|
||||||
|
echo "Setting up Alepha"
|
||||||
|
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../../Alepha
|
||||||
|
cp ../../Alepha/helpful-things/Makefile .
|
||||||
|
echo "Building Alepha"
|
||||||
|
make
|
||||||
|
cd ..
|
||||||
|
|
||||||
../configure --prefix=/usr --enable-ipv6 CXXFLAGS="-O0 -g"
|
../configure --prefix=/usr --enable-ipv6 CXXFLAGS="-O0 -g"
|
||||||
make -kj${count}
|
make -kj${count}
|
||||||
|
|||||||
Reference in New Issue
Block a user