use append for LD-, and CFLAGS
This commit is contained in:
parent
6959085f8d
commit
eb3521efd6
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
CC ?= gcc
|
||||
CFLAGS = -std=c99 -Os
|
||||
LDFLAGS = -lxcb -lxcb-xinerama -lxcb-randr
|
||||
CFLAGS += -std=c99 -Os
|
||||
LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr
|
||||
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
|
||||
-Wsign-conversion -Wconversion -Wimplicit-function-declaration
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user