enlightenment/autogen.sh

6 lines
63 B
Bash
Raw Normal View History

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