summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-06-05 19:05:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-06-05 19:05:18 +0200
commit5a550c33eff1fcb9c3a935fccd58d0a4179bf0a9 (patch)
treed684aa536497905abd692c8c6959c44d4a8f2240 /Makefile
parentfb77a3dcca45e1b043618b1b5c3197924399a0fa (diff)
don't overwrite CFLAGS if set
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9662508..1711cbe 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MANDIR=/usr/share/man
BINDIR=/usr/bin
LIBDIR=/usr/lib
CC=gcc
-CFLAGS=-O2 -std=c99 -Wall -Wextra -pedantic
+CFLAGS?=-O2 -std=c99 -Wall -Wextra -pedantic
all: fb.1 fb fb-helper