mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 16:06:36 +02:00
Makefile: refactoring and adding desktop notifications support
This commit is contained in:
3
cfg/systems/FreeBSD.mk
Normal file
3
cfg/systems/FreeBSD.mk
Normal file
@ -0,0 +1,3 @@
|
||||
# Specials options for freebsd systems
|
||||
LIBS := $(filter-out ncursesw, $(LIBS))
|
||||
LDFLAGS += -lncursesw
|
3
cfg/systems/Linux.mk
Normal file
3
cfg/systems/Linux.mk
Normal file
@ -0,0 +1,3 @@
|
||||
# Specials options for linux systems
|
||||
CFLAGS +=
|
||||
LDFLAGS += -ldl -lresolv
|
Reference in New Issue
Block a user