summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 787d8b68ef91b4cd231d69503fdc5e0c858c917c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Only there to make jhbuild happy

git submodule init
git submodule update

rm -rf ./build
mkdir build
meson build $@
ln -s build/Makefile Makefile