compilation fix
This commit is contained in:
parent
e502b89a1d
commit
2c1b7a456d
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
OPT=-O3 -Wall -std=c99
|
OPT=-O3 -Wall -std=c99
|
||||||
SRC=bin2txt.c
|
SRC=bin2txt.c
|
||||||
INCLUDE=-I../include/zlib
|
INCLUDE=-I../../include/zlib
|
||||||
LIB=-lz
|
LIB=-lz
|
||||||
|
|
||||||
all: windows
|
all: windows
|
||||||
|
|
Loading…
Reference in New Issue