express/autogen.sh

6 lines
63 B
Bash
Raw Normal View History

#!/bin/sh
2021-02-12 09:01:07 -08:00
rm -rf build
meson $@ . build
meson configure build