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:42:09 -08:00
parent 1291d9d7cf
commit d6e841d609
2 changed files with 7 additions and 4 deletions
+1
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