mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-15 05:53:02 +01:00
5 lines
106 B
Makefile
5 lines
106 B
Makefile
# Specials options for linux systems
|
|
CFLAGS +=
|
|
LDFLAGS += -ldl -lresolv -lrt
|
|
MANDIR = $(PREFIX)/share/man
|