1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

fixed streaming_memory_usage example

also:
ensure zstd.h is read from ../lib (instead of /usr/include)
This commit is contained in:
Yann Collet
2018-02-07 23:13:19 -08:00
parent 1291d9d7cf
commit d6e841d609
2 changed files with 7 additions and 4 deletions

View File

@ -9,6 +9,7 @@
# This Makefile presumes libzstd is installed, using `sudo make install`
CPPFLAGS += -I../lib
LIB = ../lib/libzstd.a
.PHONY: default all clean test