summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-09-27 13:28:19 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-09-27 13:28:19 +0200
commitf68b4c26f99cad5efb608fab92ccb7d2a54ca7a8 (patch)
treef11b7db8a508515d45a2e5817d0935773987fe1c /Makefile
parentdcf815703b327bd6500c0bdea60cb85f67994d5a (diff)
downloadMAC-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01dfb0a..e911bec 100644
--- a/Makefile
+++ b/Makefile
@@ -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