Fix silly typo
This commit is contained in:
parent
11b7fb78b8
commit
6e09f677f4
|
@ -10,7 +10,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(debug),yes)
|
ifeq ($(debug),yes)
|
||||||
CPPFLAGS += -DKAK_DEBUG
|
CPPFLAGS += -DKAK_DEBUG
|
||||||
CXXFLAGS + -Og
|
CXXFLAGS += -Og
|
||||||
suffix := .debug
|
suffix := .debug
|
||||||
else
|
else
|
||||||
ifeq ($(debug),no)
|
ifeq ($(debug),no)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user