From dc1e939d9ce7de58a84e37b30ff70cb33746eae3 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Sat, 10 Feb 2018 11:21:21 +0300 Subject: [PATCH] no message --- tools/bin2txt/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin2txt/makefile b/tools/bin2txt/makefile index e5b65fc..65951f9 100644 --- a/tools/bin2txt/makefile +++ b/tools/bin2txt/makefile @@ -1,6 +1,6 @@ OPT=-O3 -Wall -std=c99 SRC=bin2txt.c -3RD_PARTY = ../../../3rd-party +3RD_PARTY = ../../3rd-party INCLUDE=-I$(3RD_PARTY)/zlib-1.2.8 PRE_BUILT = $(3RD_PARTY)/pre-built LIB=-lz