terminology/autogen.sh

6 lines
63 B
Bash
Executable File

#!/bin/sh
rm -rf build
meson $@ . build
meson configure build