diff options
author | root <root@phone01.(none)> | 2010-09-26 02:00:11 +0200 |
---|---|---|
committer | root <root@phone01.(none)> | 2010-09-26 02:00:11 +0200 |
commit | f7cfcdb6b1fcfaf149dce2195181f3d8707306b6 (patch) | |
tree | 5683251a01700de51c5581da0bee6d7427c44d67 /Makefile | |
parent | 10a51f687aab0673ff6be875b3b3e0dfe304e2b2 (diff) | |
download | MAC-Telnet-f7cfcdb6b1fcfaf149dce2195181f3d8707306b6.tar.gz MAC-Telnet-f7cfcdb6b1fcfaf149dce2195181f3d8707306b6.zip |
Connection working, auth received, control packets parsed. TODO: Cleanup/filesplit and create login + terminal code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ dist-clean: rm -f mactelnet mactelnet: main.c udp.h udp.c - gcc -o mactelnet main.c udp.c + gcc -g -o mactelnet main.c udp.c |