summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-02 00:26:22 (GMT)
committerYann Collet <cyan@fb.com>2016-11-02 00:29:15 (GMT)
commitf17302769055ad0c4b2e10e3de544f6593865e89 (patch)
tree38daa4ecf9ebfdce95f81d52e0880cc4296eae8e /Makefile
parentd05ca2ff6d7ea79ad1426c6cb3f5260ec8af26b9 (diff)
downloadlz4-f17302769055ad0c4b2e10e3de544f6593865e89.zip
lz4-f17302769055ad0c4b2e10e3de544f6593865e89.tar.gz
lz4-f17302769055ad0c4b2e10e3de544f6593865e89.tar.bz2
moved cmake and debian directories to contrib (#245)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 930922d..518ffbd 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ test:
$(MAKE) -C $(PRGDIR) test
cmake:
- @cd cmake_unofficial; cmake CMakeLists.txt; $(MAKE)
+ @cd contrib/cmake_unofficial; cmake CMakeLists.txt; $(MAKE)
gpptest: clean
$(MAKE) all CC=g++ CFLAGS="-O3 -I../lib -Wall -Wextra -Wundef -Wshadow -Wcast-align -Werror"