summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@phone01.(none)>2010-09-26 02:00:11 +0200
committerroot <root@phone01.(none)>2010-09-26 02:00:11 +0200
commitf7cfcdb6b1fcfaf149dce2195181f3d8707306b6 (patch)
tree5683251a01700de51c5581da0bee6d7427c44d67 /Makefile
parent10a51f687aab0673ff6be875b3b3e0dfe304e2b2 (diff)
downloadMAC-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a7429d..502153e 100644
--- a/Makefile
+++ b/Makefile
@@ -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