From f68b4c26f99cad5efb608fab92ccb7d2a54ca7a8 Mon Sep 17 00:00:00 2001 From: Håkon Nessjøen Date: Mon, 27 Sep 2010 13:28:19 +0200 Subject: Started code for automatically defining src ip/mac for packets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3