about summary refs log tree commit diff
path: root/Linux.mk
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-25 03:49:38 -0500
committerJune McEnroe <june@causal.agency>2019-01-25 03:49:38 -0500
commit1e9b5139f03bed6406a3f6682ad463ccc7da4bef (patch)
tree5a607c37b3198906f2640ffa2cd47162e315e324 /Linux.mk
parentUse getline in place of fgetln (diff)
downloadcatgirl-1e9b5139f03bed6406a3f6682ad463ccc7da4bef.tar.gz
catgirl-1e9b5139f03bed6406a3f6682ad463ccc7da4bef.zip
Add Linux.mk
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
nsteadJune McEnroe 2016-04-29Remove explicit syntax/filetype onJune McEnroe 2016-04-12Remove gvim=mvim aliasJune McEnroe 2016-04-12Detect Darwin or *BSD for aliasesJune McEnroe 2016-04-07Use default pinentry and set GPG_TTYJune McEnroe 2016-04-07Add git config override includeJune McEnroe 2016-04-06Simplify install scriptJune McEnroe 2016-04-06Add gpg-agent to READMEJune McEnroe 2016-04-06Always sign git commitsJune McEnroe 2016-04-06Use standard socket for gpg-agentJune McEnroe 2016-04-06Set iTerm font to PointfreeJune McEnroe