Makefile: allow user to add CFLAGS on the command line

pull/5/merge
Ivy Foster 8 years ago committed by Christian Neukirchen
parent d4bbd8a8d3
commit 189e00144b

@ -1,4 +1,4 @@
CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
CFLAGS+=-g -O2 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2
DESTDIR=
PREFIX=/usr/local

Loading…
Cancel
Save