diff options
Diffstat (limited to 'misc/build.sh')
-rwxr-xr-x | misc/build.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/build.sh b/misc/build.sh deleted file mode 100755 index f46c6994..00000000 --- a/misc/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -ex -# doc/INSTALL.md -./autogen.sh -./configure -make -make ${*:-test} |