diff options
author | Nick Terrell <terrelln@fb.com> | 2020-08-20 01:06:49 (GMT) |
---|---|---|
committer | Nick Terrell <terrelln@fb.com> | 2020-08-20 01:08:43 (GMT) |
commit | 31d477db07c999afd639c3a37105894ecbf710fc (patch) | |
tree | e78732be6e4b08577d37973aa78ba25a38407863 /Makefile | |
parent | fa5435bca9140c10bd1756d96e1b52a11e88d0ad (diff) | |
download | lz4-31d477db07c999afd639c3a37105894ecbf710fc.zip lz4-31d477db07c999afd639c3a37105894ecbf710fc.tar.gz lz4-31d477db07c999afd639c3a37105894ecbf710fc.tar.bz2 |
[build] Move CMake and Visual build systems to build/
Fixes #852.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ travis-install: $(MAKE) -j1 install DESTDIR=~/install_test_dir cmake: - @cd contrib/cmake_unofficial; cmake $(CMAKE_PARAMS) CMakeLists.txt; $(MAKE) + @cd build/cmake; cmake $(CMAKE_PARAMS) CMakeLists.txt; $(MAKE) endif |