about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-08 19:36:02 -0400
committerJune McEnroe <june@causal.agency>2018-08-08 19:36:02 -0400
commiteb035896bd600c40723c31522212be5bd21bb79e (patch)
tree7e657662695dd6c1cc68a06ca16cb0b4a1267b76 /Makefile
parentDistinguish self with square brackets (diff)
downloadcatgirl-eb035896bd600c40723c31522212be5bd21bb79e.tar.gz
catgirl-eb035896bd600c40723c31522212be5bd21bb79e.zip
Add Homebrew LibreSSL paths to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index de85e55..4a956b2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 USER = chat
 CFLAGS += -Wall -Wextra -Wpedantic
-CFLAGS += -I/usr/local/include
-LDFLAGS += -L/usr/local/lib
+CFLAGS += -I/usr/local/include -I/usr/local/opt/libressl/include
+LDFLAGS += -L/usr/local/lib -L/usr/local/opt/libressl/lib
 LDLIBS = -lcursesw -ltls
 OBJS = chat.o edit.o handle.o input.o irc.o pls.o tab.o ui.o