Makefile: fetch deps before running CMake

CMake now required libuv so fetch it first.
This commit is contained in:
Rich Wareham 2014-02-24 21:00:39 +00:00 committed by Thiago de Arruda
parent 00ca93fb50
commit 598f9fba86

View File

@ -16,7 +16,7 @@ deps: .deps/usr/lib/libuv.a
.deps/usr/lib/libuv.a:
sh -e scripts/compile-libuv.sh
cmake: clean
cmake: clean deps
mkdir build
cd build && cmake $(CMAKE_FLAGS) $(CMAKE_EXTRA_FLAGS) ../