fgets investigations

This commit is contained in:
tTh
2023-07-15 09:19:50 +02:00
parent aeeefe061d
commit 8ba88d2b8d
4 changed files with 22 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#
# -------------------
# NETWORK EXPERIMENTS
#
# -------------------
COPT = -Wall -DDEBUG_LEVEL=1 -pthread
COPT = -Wall -DDEBUG_LEVEL=1 -g -pthread
# --------------------------------------------------
# Experimental Specialized Telnet Server
@@ -10,3 +10,5 @@ COPT = -Wall -DDEBUG_LEVEL=1 -pthread
emc-tnetd: emc-tnetd.c Makefile
gcc $< $(COPT) -o $@
# --------------------------------------------------