cleanup Makefile
This commit is contained in:
parent
b4cc8edd35
commit
a7ed017ef3
|
@ -7,9 +7,9 @@ LIBS += -lncursesw
|
||||||
|
|
||||||
os := $(shell uname -o)
|
os := $(shell uname -o)
|
||||||
ifeq ($(os),Cygwin)
|
ifeq ($(os),Cygwin)
|
||||||
LIBS += -lboost_regex-mt
|
LIBS += -lboost_regex-mt
|
||||||
else
|
else
|
||||||
LIBS += -lboost_regex
|
LIBS += -lboost_regex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
debug ?= yes
|
debug ?= yes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user