diff options
| author | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-24 10:04:42 +0000 |
|---|---|---|
| committer | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-24 10:09:07 +0000 |
| commit | aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82 (patch) | |
| tree | c4ed8f48d7a72771563901c72bd6fc626bad3ab1 | |
| parent | d047b28ac140b082ef31b9ee7769da505bfd509d (diff) | |
| download | rneovim-aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82.tar.gz rneovim-aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82.tar.bz2 rneovim-aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82.zip | |
Makefile: refer to renamed compile-libuv.sh
get-libuv.sh was renamed to compile-libuv.sh
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ test: build/src/vim deps: .deps/usr/lib/libuv.a .deps/usr/lib/libuv.a: - sh -e scripts/get-libuv.sh + sh -e scripts/compile-libuv.sh cmake: clean mkdir build |
