X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e93efb4730e8f8775bfcdac6409ff59e63363ac0;hb=a34745ec93ae0a1d4f1b640dba8fb6702331a8e9;hp=d831b5addbcd7733cc0d493b0a7541461b9167ba;hpb=28e30830755758d13458c05ebe2a8db5dc9f43a0;p=apps%2Flow-level-can-service.git diff --git a/Makefile b/Makefile index d831b5a..e93efb4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc INCLUDES = -Isrc -CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -coverage +CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -coverage LDFLAGS = -coverage -lm LDLIBS = -lcheck