build: autogen.sh: update

Hopefully fix CI failure
This commit is contained in:
Dirk-Jan C. Binnema 2021-09-04 10:51:25 +03:00
parent 964ab0e2c7
commit eb08d04ecd
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ else
fi
# Add a Makefile with some useful target
echo -e "# generated file: see Makefile.meson\n" > Makefile
cat Makefile.meson >> Makefile
cp Makefile.meson Makefile
echo "*** Now run 'ninja -C ${BUILDDIR}' to build mu"
echo "*** Or check the Makefile for some useful targets"