6 lines
135 B
Makefile
6 lines
135 B
Makefile
![]() |
prefix ?= /usr/local
|
||
|
# Comment this line if your OS ships libmd as part of libc
|
||
|
# (NetBSD, OpenBSD)
|
||
|
LIBS += -lmd
|
||
|
LIBS += -lpthread
|