From 628c2e01e2fb4bad216637ae9b6abaa96196a4c3 Mon Sep 17 00:00:00 2001 From: tema5002 Date: Wed, 27 May 2026 23:20:00 +0300 Subject: [PATCH] whoops --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ca79355..e005d30 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,7 @@ chatserver: chatserver.c cc chatserver.c -o chatserver -O3 -#chatclient: chatclient.c -# gcc -o chatclient chatclient.c `pkg-config --cflags --libs gtk+-3.0` -lpthread - -chatclient-cli: chatclient-cli.noc +chatclient-cli: chatclient-cli.c cc chatclient-cli.c -o chatclient-cli -lpthread -lncurses all: chatserver chatclient-cli