exemple minimal compilable
This commit is contained in:
12
code/network/Makefile
Normal file
12
code/network/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# NETWORK EXPERIMENTS
|
||||
#
|
||||
|
||||
COPT = -Wall -DDEBUG_LEVEL=1 -pthread
|
||||
|
||||
# --------------------------------------------------
|
||||
# Experimental Specialized Telnet Server
|
||||
# (Exemple Minimal Compilable)
|
||||
|
||||
emc-tnetd: emc-tnetd.c Makefile
|
||||
gcc $< $(COPT) -o $@
|
||||
Reference in New Issue
Block a user