mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-16 06:53:03 +01:00
4 lines
101 B
Makefile
4 lines
101 B
Makefile
|
# Specials options for freebsd systems
|
||
|
LIBS := $(filter-out ncursesw, $(LIBS))
|
||
|
LDFLAGS += -lncursesw
|