Make the build output cleaner so diagnostics are easier to spot
Signed-off-by: Tom St Denis <tstdenis82@gmail.com>
This commit is contained in:
parent
036d697caa
commit
b6a484ff4a
4
makefile
4
makefile
@ -2,6 +2,10 @@
|
||||
#
|
||||
#Tom St Denis
|
||||
|
||||
%.o: %.c
|
||||
@echo " * ${CC} $@"
|
||||
@${CC} -c ${CFLAGS} $^ -o $@
|
||||
|
||||
#version of library
|
||||
VERSION=0.42.0
|
||||
|
||||
|
@ -18,7 +18,7 @@ ifndef MAKE
|
||||
MAKE=make
|
||||
endif
|
||||
|
||||
CFLAGS += -I./ -Wall -Wsign-compare -Wextra -Wshadow
|
||||
CFLAGS += -I./ -W -Wall -Wsign-compare -Wextra -Wshadow
|
||||
|
||||
ifndef NO_ADDTL_WARNINGS
|
||||
# additional warnings
|
||||
|
Loading…
Reference in New Issue
Block a user