mirror of
https://github.com/Tha14/toxic.git
synced 2024-12-02 08:03:26 +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
|