1
1
mirror of https://github.com/mawww/kakoune.git synced 2025-01-03 17:28:32 +03:00

Fix silly typo

This commit is contained in:
Maxime Coste 2019-06-23 18:11:16 +10:00
parent 11b7fb78b8
commit 6e09f677f4

View File

@ -10,7 +10,7 @@ endif
ifeq ($(debug),yes)
CPPFLAGS += -DKAK_DEBUG
CXXFLAGS + -Og
CXXFLAGS += -Og
suffix := .debug
else
ifeq ($(debug),no)