diff options
author | Alexander Lanin <alex@lanin.de> | 2020-06-14 09:59:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 09:59:00 +0200 |
commit | f2341b2ba3369d5641a53deb3f6b1d513a8924e2 (patch) | |
tree | 229095217e949396920dbe3b77712bef25587775 /misc/build.sh | |
parent | b1fcfbca224b2af5b6499794edd8615dbc3dc7b5 (diff) | |
download | ccache-f2341b2ba3369d5641a53deb3f6b1d513a8924e2.tar.gz |
Switch to CMake (#573)
Co-authored-by: Cristian Adam <cristian.adam@gmail.com>
Co-authored-by: Joel Rosdahl <joel@rosdahl.net>
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} |