This commit is contained in:
2026-05-27 23:20:00 +03:00
parent 43db4c3894
commit 628c2e01e2

View File

@@ -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