diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-27 13:28:19 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-27 13:28:19 +0200 |
commit | f68b4c26f99cad5efb608fab92ccb7d2a54ca7a8 (patch) | |
tree | f11b7db8a508515d45a2e5817d0935773987fe1c /Makefile | |
parent | dcf815703b327bd6500c0bdea60cb85f67994d5a (diff) | |
download | MAC-Telnet-f68b4c26f99cad5efb608fab92ccb7d2a54ca7a8.tar.gz MAC-Telnet-f68b4c26f99cad5efb608fab92ccb7d2a54ca7a8.zip |
Started code for automatically defining src ip/mac for packets
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: 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 + gcc -g -o mactelnet -lcrypto main.c udp.c mactelnet.c console.c devices.c |