about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorIvy Foster <ivy.foster@gmail.com>2016-09-02 17:20:54 -0500
committerChristian Neukirchen <chneukirchen@gmail.com>2016-09-03 16:18:25 +0200
commit189e00144b45ab3542512906d504e2ff0a235600 (patch)
treea4b0b75f186f168024a8ebb67e6971f157c62899 /Makefile
parentd4bbd8a8d3db65ac8e2eed513cfb1aabf7e86490 (diff)
downloadmblaze-189e00144b45ab3542512906d504e2ff0a235600.tar.gz
mblaze-189e00144b45ab3542512906d504e2ff0a235600.tar.xz
mblaze-189e00144b45ab3542512906d504e2ff0a235600.zip
Makefile: allow user to add CFLAGS on the command line
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e92c73..aab3d06 100644
--- a/Makefile
+++ b/Makefile
@@ -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