Respect CPPFLAGS environment variable
This commit is contained in:
parent
65c181ec1d
commit
b98188e381
|
@ -16,7 +16,7 @@ INCS+= `pkg-config --cflags libnotify`
|
|||
LIBS+= `pkg-config --libs libnotify`
|
||||
|
||||
# flags
|
||||
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=199309
|
||||
CPPFLAGS += -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=199309
|
||||
CFLAGS += -g -std=c99 -pedantic -Wall -Os ${INCS} ${DEFS} ${CPPFLAGS}
|
||||
LDFLAGS += -g ${LIBS}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user