summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-09-04 10:51:25 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2021-09-04 10:51:25 +0300
commiteb08d04ecdb4b8fb1b83117c0f4c64f384250c47 (patch)
treef2625d6c251a0ac4b5bb4132f8b1d1534e8c71ea /autogen.sh
parent964ab0e2c78f541f361c9d09b9803407f666248c (diff)
build: autogen.sh: update
Hopefully fix CI failure
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 61d3b2f..d674afb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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"