summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-12-21 14:00:43 (GMT)
committerYann Collet <cyan@fb.com>2016-12-21 14:00:43 (GMT)
commitbc0839c5df185129e899640e77a05f1c8fa595f6 (patch)
treef04600afd51a02ef83f58172132f4f5fb0708873 /Makefile
parent7cf0bb97b2a988cb17435780d19e145147dd9f70 (diff)
downloadlz4-bc0839c5df185129e899640e77a05f1c8fa595f6.zip
lz4-bc0839c5df185129e899640e77a05f1c8fa595f6.tar.gz
lz4-bc0839c5df185129e899640e77a05f1c8fa595f6.tar.bz2
minor fix for travis-install test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 647ab4e..1432e6b 100644
--- a/Makefile
+++ b/Makefile
@@ -99,10 +99,10 @@ uninstall:
@$(MAKE) -C $(PRGDIR) $@
travis-install:
- $(MAKE) install PREFIX=~/install_test_dir
+ $(MAKE) -j1 install PREFIX=~/install_test_dir
test:
- $(MAKE) -C $(TESTDIR) test
+ $(MAKE) -C $(TESTDIR) $@
clangtest: clean
clang -v