about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Linux.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Linux.mk b/Linux.mk
new file mode 100644
index 0000000..94cd0e2
--- /dev/null
+++ b/Linux.mk
@@ -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
/src/commit/bin/shotty.c?id=f75cb431095abfa56e412b63ec17262e71b97039&follow=1'>Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe