summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-06-23 18:11:16 +1000
committerMaxime Coste <mawww@kakoune.org>2019-06-23 18:11:16 +1000
commit6e09f677f4d0663e05039f9368b9dbfdb93c28b4 (patch)
tree3ecfe78336e9d85d03070684b989fc0a95707019 /src
parent11b7fb78b80496fb53f53708b67e9c7fbbfc2142 (diff)
Fix silly typo
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d089ae27..2f737066 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,7 +10,7 @@ endif
ifeq ($(debug),yes)
CPPFLAGS += -DKAK_DEBUG
- CXXFLAGS + -Og
+ CXXFLAGS += -Og
suffix := .debug
else
ifeq ($(debug),no)