fgets investigations
This commit is contained in:
@@ -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 $@
|
||||
|
||||
# --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user