misc: Add build targets for the tarball and debian packages

The tarball needs to materialze all submodules, and git needs to be
removed as a build dependency.
This commit is contained in:
Christian Decker
2022-01-26 19:11:29 +01:00
committed by Rusty Russell
parent df9a34b81e
commit 1ef77504b1
3 changed files with 108 additions and 5 deletions

2
configure vendored
View File

@@ -35,7 +35,7 @@ usage_with_default()
default_coptflags()
{
if [ "$1" = 0 ]; then
echo "-Og"
echo ""
fi
}