summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-08-26 13:39:09 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-08-26 13:39:09 (GMT)
commitda07465b64f70fb9626776e9d38fe5aad368c096 (patch)
treea8944006feaf29434411931a3ceebc18f5c2e44e /Makefile
parent43465ae8ff2ff07020ef6183172c4160ec6415fb (diff)
downloadlz4-da07465b64f70fb9626776e9d38fe5aad368c096.zip
lz4-da07465b64f70fb9626776e9d38fe5aad368c096.tar.gz
lz4-da07465b64f70fb9626776e9d38fe5aad368c096.tar.bz2
Simplified travis test flow
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a81f30b..30ecbb7 100644
--- a/Makefile
+++ b/Makefile
@@ -107,6 +107,7 @@ liblz4: lz4.c lz4hc.c
clean:
@rm -f core *.o *.a *.$(SHARED_EXT) *.$(SHARED_EXT).* $(DISTRIBNAME) *.sha1 liblz4.pc
@cd $(PRGDIR); $(MAKE) clean
+ @cd examples; $(MAKE) clean
@echo Cleaning completed
@@ -162,9 +163,7 @@ dist: clean
@echo Distribution $(DISTRIBNAME) built
test:
- @cd $(PRGDIR); $(MAKE) -e $@
-
-test-travis: lz4programs
+ @cd examples; $(MAKE) -e $@
@cd $(PRGDIR); $(MAKE) -e $@
endif