summary refs log tree commit diff
path: root/Linux.mk
blob: 94cd0e2bc4c34cd09cc5190eb5812978b67815c6 (plain) (blame)
1
2
3
4
5
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
>June McEnroe 2017-07-09Add Tarmak 2 to console keymapJune McEnroe 2017-07-04Remove pathogenJune McEnroe 2017-07-04Consolidate pbd, pbcopy, pbpasteJune McEnroe 2017-07-04Reorganize neovim configuration, againJune McEnroe 2017-07-04Remove <Esc><Esc> terminal mappingJune McEnroe 2017-07-04Generalize C-w neovim terminal mappingJune McEnroe 2017-07-04Remove tmuxJune McEnroe 2017-07-04Show terminal title in statuslineJune McEnroe 2017-07-04Add nvim terminal mappingsJune McEnroe 2017-06-29Add color to xxJune McEnroe 2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe 2017-06-27Link Scala syntax fileJune McEnroe 2017-06-27Clean up top of trivial colorscheme fileJune McEnroe 2017-06-27Fix Scala syntax highlight linksJune McEnroe