From 329ca8e8f40efdd7838d40435b5f113d2877c13c Mon Sep 17 00:00:00 2001 From: Test_User Date: Fri, 5 May 2023 23:34:55 -0400 Subject: Switch to gnutls, add handling of NICK, add responses to unknown/invalid/etc command, change a few other things --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 57a2bd6..078fdf3 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ #INCLUDEFLAGS = -CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 +CFLAGS += $(INCLUDEFLAGS) -D_REENTRANT -ggdb3 -Wall -Wextra -Wno-unused-parameter $(shell pkg-config gnutls --cflags) -LDFLAGS = -lssl -lcrypto +LDFLAGS = -lssl -lcrypto $(shell pkg-config gnutls --libs) DEPS = $(shell $(CC) $(INCLUDEFLAGS) -MM -MT $(1).o $(1).c | sed -z 's/\\\n //g') -- cgit v1.2.3