summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@phone01.(none)>2010-09-26 20:32:34 +0200
committerroot <root@phone01.(none)>2010-09-26 20:32:34 +0200
commit0543208957f3f1a14f66d0c70fcc813e779f7638 (patch)
tree95f23d46c20688ad874a659274affe1f45c7a21e /Makefile
parentd0b22a46b53c968de3ec85022251f318d97e6b27 (diff)
downloadMAC-Telnet-0543208957f3f1a14f66d0c70fcc813e779f7638.tar.gz
MAC-Telnet-0543208957f3f1a14f66d0c70fcc813e779f7638.zip
Working login, buggy terminal-data reception
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 28581f7..01dfb0a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,5 @@ clean: dist-clean
dist-clean:
rm -f mactelnet
-mactelnet: main.c udp.h udp.c mactelnet.c mactelnet.h
- gcc -g -o mactelnet main.c udp.c mactelnet.c
+mactelnet: config.h main.c udp.h udp.c mactelnet.c mactelnet.h console.c console.h
+ gcc -g -o mactelnet -lcrypto main.c udp.c mactelnet.c console.c