summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@phone01.(none)>2010-09-26 10:38:19 +0200
committerroot <root@phone01.(none)>2010-09-26 10:38:19 +0200
commitd0b22a46b53c968de3ec85022251f318d97e6b27 (patch)
tree26c5965da81e50e0b2619edff7008243c31711a9 /Makefile
parentf7cfcdb6b1fcfaf149dce2195181f3d8707306b6 (diff)
downloadMAC-Telnet-d0b22a46b53c968de3ec85022251f318d97e6b27.tar.gz
MAC-Telnet-d0b22a46b53c968de3ec85022251f318d97e6b27.zip
Files splitted
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 502153e..28581f7 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,5 @@ clean: dist-clean
dist-clean:
rm -f mactelnet
-mactelnet: main.c udp.h udp.c
- gcc -g -o mactelnet main.c udp.c
+mactelnet: main.c udp.h udp.c mactelnet.c mactelnet.h
+ gcc -g -o mactelnet main.c udp.c mactelnet.c