Add Linux.mk
This commit is contained in:
parent
c4c4de6923
commit
1e9b5139f0
6
Linux.mk
Normal file
6
Linux.mk
Normal file
@ -0,0 +1,6 @@
|
||||
LIBRESSL_PREFIX = /usr/local
|
||||
CFLAGS += -D_GNU_SOURCE
|
||||
LDLIBS = -lncursesw -lpthread
|
||||
LDLIBS += $(LIBRESSL_PREFIX)/lib/libtls.a
|
||||
LDLIBS += $(LIBRESSL_PREFIX)/lib/libssl.a
|
||||
LDLIBS += $(LIBRESSL_PREFIX)/lib/libcrypto.a
|
Loading…
x
Reference in New Issue
Block a user