diff --git a/autogen.sh b/autogen.sh index cf3391287..1fde59f3c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,4 +7,4 @@ git submodule update mkdir -p build meson setup build "$@" # use 'autogen.sh --reconfigure' to update -ln -s build/Makefile Makefile +ln -sf build/Makefile Makefile