diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2014-08-26 13:39:09 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2014-08-26 13:39:09 (GMT) |
commit | da07465b64f70fb9626776e9d38fe5aad368c096 (patch) | |
tree | a8944006feaf29434411931a3ceebc18f5c2e44e /Makefile | |
parent | 43465ae8ff2ff07020ef6183172c4160ec6415fb (diff) | |
download | lz4-da07465b64f70fb9626776e9d38fe5aad368c096.zip lz4-da07465b64f70fb9626776e9d38fe5aad368c096.tar.gz lz4-da07465b64f70fb9626776e9d38fe5aad368c096.tar.bz2 |
Simplified travis test flow
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |