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:
@ -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
|
||||
|
Reference in New Issue
Block a user