From b7e2884b68cd147b440be3103cd375ce08fe24caa7dab2de8e655be329d94f4a Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 10 Jan 2026 22:25:51 -0500 Subject: [PATCH] Make rebuild cause Alepha to rebuild. (I don't link to it, yet.) --- rebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rebuild b/rebuild index 128d165..8ad75bd 100755 --- a/rebuild +++ b/rebuild @@ -8,5 +8,15 @@ pushd .. ./autogen.sh 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" make -kj${count}