summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@aquarius.(none)>2010-09-25 18:09:38 +0200
committerroot <root@aquarius.(none)>2010-09-25 18:09:38 +0200
commit61809b4cf7467ae3988a2f6832c94d4d211552c8 (patch)
tree9bc72d5b9da2f4fd27f45ba5cbbfe2d87bf64761 /Makefile
parent7d9e514c276648b1db2286e780649f08c17225ca (diff)
downloadMAC-Telnet-61809b4cf7467ae3988a2f6832c94d4d211552c8.tar.gz
MAC-Telnet-61809b4cf7467ae3988a2f6832c94d4d211552c8.zip
Done splitting files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f7786b0..5a7429d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,10 @@
all: mactelnet
+clean: dist-clean
+
+dist-clean:
+ rm -f mactelnet
+
mactelnet: main.c udp.h udp.c
gcc -o mactelnet main.c udp.c