diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-27 13:30:31 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-09-27 13:30:31 +0200 |
commit | ccda1f219d6a07b59d2ebf69f7c0864aba397098 (patch) | |
tree | 63239e7948f10c59a90e67187c6e64e61aceabd6 /Makefile | |
parent | f68b4c26f99cad5efb608fab92ccb7d2a54ca7a8 (diff) | |
download | MAC-Telnet-ccda1f219d6a07b59d2ebf69f7c0864aba397098.tar.gz MAC-Telnet-ccda1f219d6a07b59d2ebf69f7c0864aba397098.zip |
Forgot to free memory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |