summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0c2225..475d5e3 100755
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,10 @@
8 8
9OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-tls.o vchat-connection.o 9OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-tls.o vchat-connection.o
10 10
11LIBS = -lncursesw 11# On FreeBSD you might want to link -ncursesw
12LIBS = -lncurses
13#LIBS = -lncursesw
14
12LIBS += -lreadline 15LIBS += -lreadline
13 16
14CFLAGS += -Wall -Os 17CFLAGS += -Wall -Os