cleanup Makefile

This commit is contained in:
Maxime Coste 2013-11-09 11:12:25 +00:00
parent b4cc8edd35
commit a7ed017ef3

View File

@ -7,9 +7,9 @@ LIBS += -lncursesw
os := $(shell uname -o)
ifeq ($(os),Cygwin)
LIBS += -lboost_regex-mt
LIBS += -lboost_regex-mt
else
LIBS += -lboost_regex
LIBS += -lboost_regex
endif
debug ?= yes