summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-05-21 13:17:21 (GMT)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-06-18 03:45:15 (GMT)
commit386d216cdf92574c48c2a6c2efc223bf0cc3e844 (patch)
tree876d14bf0828a2d18145c72414b61f4bc16ad423 /Makefile
parentbaf78e7e4dcbdf824a76f990ffeb573d113bbbdb (diff)
downloadlz4-386d216cdf92574c48c2a6c2efc223bf0cc3e844.zip
lz4-386d216cdf92574c48c2a6c2efc223bf0cc3e844.tar.gz
lz4-386d216cdf92574c48c2a6c2efc223bf0cc3e844.tar.bz2
Add example which uses the frame api through the library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ac48b65..ce5e9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ versionstest: clean
@cd test; $(MAKE)
streaming-examples:
+ cd lib; $(MAKE) -e
cd examples; $(MAKE) -e test
prg-travis: