aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortsyrogit <tsyrogit@users.noreply.github.com>2016-09-25 16:56:46 +0100
committerGitHub <noreply@github.com>2016-09-25 16:56:46 +0100
commit49aa576088dc300437bc93928a2447d05950460e (patch)
tree6422df77b07686a1cb22fe39a9755ea9b14e33a1
parent45dde9513af92a6c63cc92a1bca5552f7491706c (diff)
parent127e4ff1ce7bffd94d7501ac1faa431a2fcfcdfa (diff)
downloadzxcvbn-c-49aa576088dc300437bc93928a2447d05950460e.tar.gz
Merge pull request #7 from spwhitton/conditional-cflags
Conditionally define CFLAGS and CPPFLAGS
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 2007411..2b06881 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
-CFLAGS = -O2 -Wall -Wextra -Wdeclaration-after-statement
-CPPFLAGS = -O2 -Wall -Wextra
+CFLAGS ?= -O2 -Wall -Wextra -Wdeclaration-after-statement
+CPPFLAGS ?= -O2 -Wall -Wextra
WORDS = words-10k-pass.txt words-english.txt words-female.txt words-male.txt words-surname.txt