compilation fix

This commit is contained in:
BADIM-PC\Vadim 2017-09-26 13:13:46 +03:00
parent e502b89a1d
commit 2c1b7a456d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
OPT=-O3 -Wall -std=c99
SRC=bin2txt.c
INCLUDE=-I../include/zlib
INCLUDE=-I../../include/zlib
LIB=-lz
all: windows