force client into character mode
This commit is contained in:
parent
b1b990d861
commit
9c6269218e
5 changed files with 200 additions and 16 deletions
2
build.sh
2
build.sh
|
@ -7,6 +7,6 @@
|
|||
name="moxerver"
|
||||
|
||||
include_dir="."
|
||||
src_list="$name.c server.c client.c tty.c"
|
||||
src_list="$name.c server.c client.c tty.c telnet.c"
|
||||
|
||||
gcc $src_list -o $name -I $include_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue