From: Yann Collet Date: Mon, 18 Jul 2016 01:27:26 +0000 (+0200) Subject: fixed zlibWrapper examples for lib/zstd.h X-Git-Tag: v0.8.0^2~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613c706c969f9f5cb8340e19490ce6589998c0ce;p=thirdparty%2Fzstd.git fixed zlibWrapper examples for lib/zstd.h --- diff --git a/zlibWrapper/Makefile b/zlibWrapper/Makefile index 21d56c5e0..9ad1c01dd 100644 --- a/zlibWrapper/Makefile +++ b/zlibWrapper/Makefile @@ -17,8 +17,8 @@ endif ZLIBWRAPPER_PATH = . EXAMPLE_PATH = examples -CC = gcc -CFLAGS = $(LOC) -I../lib/common -I$(ZLIBDIR) -I$(ZLIBWRAPPER_PATH) -O3 -std=gnu90 +CC ?= gcc +CFLAGS = $(LOC) -I../lib -I../lib/common -I$(ZLIBDIR) -I$(ZLIBWRAPPER_PATH) -O3 -std=gnu90 CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef LDFLAGS = $(LOC) RM = rm -f