~bt/rover

7b5983d9d90d8ec0ff6e846a7fc7126cddc1d808 — orbea 1 year, 6 months ago 9e1f635
build: Add CFLAGS default
1 files changed, 2 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +2 -0
@@ 4,6 4,8 @@ DATAROOTDIR ?= $(PREFIX)/share
DATADIR ?= $(DATAROOTDIR)
MANDIR ?= $(DATADIR)/man

CFLAGS ?= -O2

PKG_CONFIG ?= pkg-config

CFLAGS_NCURSESW := `$(PKG_CONFIG) --cflags ncursesw`