add back an autogen.sh to help minimize confusion

This commit is contained in:
Carsten Haitzler 2017-12-17 09:49:20 +09:00
parent 43928a70fc
commit 07fee654d2
1 changed files with 5 additions and 0 deletions

5
autogen.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
rm -rf build
meson $@ . build
meson configure build