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