diff options
author | root <root@phone01.(none)> | 2010-09-26 10:38:19 +0200 |
---|---|---|
committer | root <root@phone01.(none)> | 2010-09-26 10:38:19 +0200 |
commit | d0b22a46b53c968de3ec85022251f318d97e6b27 (patch) | |
tree | 26c5965da81e50e0b2619edff7008243c31711a9 /Makefile | |
parent | f7cfcdb6b1fcfaf149dce2195181f3d8707306b6 (diff) | |
download | MAC-Telnet-d0b22a46b53c968de3ec85022251f318d97e6b27.tar.gz MAC-Telnet-d0b22a46b53c968de3ec85022251f318d97e6b27.zip |
Files splitted
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |