1 Makefile: complement CFLAGS provided by the user
3 In some circumstances, the user may want to pass its own CFLAGS,
4 like for when the zlib headers are not located in the standard gcc
7 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
9 diff -durN a/mkfs.axfs-legacy/Makefile b/mkfs.axfs-legacy/Makefile
10 --- a/mkfs.axfs-legacy/Makefile
11 +++ b/mkfs.axfs-legacy/Makefile
14 -CFLAGS = -g $(INC) -O0
16 +CFLAGS += -g $(INC) -O0
18 MKFSOBJS = mkfs.axfs.o