update stuffs

This commit is contained in:
2026-05-28 15:43:19 +03:00
parent 14c3bf4195
commit e45cb3e5b5
4 changed files with 311 additions and 190 deletions

View File

@@ -1,6 +1,9 @@
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.c
cc chatclient-cli.c -o chatclient-cli -lpthread -lncurses