summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-09-27 13:30:31 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-09-27 13:30:31 +0200
commitccda1f219d6a07b59d2ebf69f7c0864aba397098 (patch)
tree63239e7948f10c59a90e67187c6e64e61aceabd6 /Makefile
parentf68b4c26f99cad5efb608fab92ccb7d2a54ca7a8 (diff)
downloadMAC-Telnet-ccda1f219d6a07b59d2ebf69f7c0864aba397098.tar.gz
MAC-Telnet-ccda1f219d6a07b59d2ebf69f7c0864aba397098.zip
Forgot to free memory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e911bec..58738ee 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,5 @@ clean: dist-clean
dist-clean:
rm -f mactelnet
-mactelnet: config.h main.c udp.h udp.c mactelnet.c mactelnet.h console.c console.h
+mactelnet: config.h main.c udp.h udp.c mactelnet.c mactelnet.h console.c console.h devices.c devices.h
gcc -g -o mactelnet -lcrypto main.c udp.c mactelnet.c console.c devices.c