summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorroot <root@aquarius.(none)>2010-09-25 18:03:41 +0200
committerroot <root@aquarius.(none)>2010-09-25 18:03:41 +0200
commit7d9e514c276648b1db2286e780649f08c17225ca (patch)
treec78876e4ccd53a03d610dbc44c11aec5fd954452 /Makefile
parentcebde44c31c50939ea690718a83a55eb5016fb2a (diff)
downloadMAC-Telnet-7d9e514c276648b1db2286e780649f08c17225ca.tar.gz
MAC-Telnet-7d9e514c276648b1db2286e780649f08c17225ca.zip
cleanup2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f7786b0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+
+all: mactelnet
+
+mactelnet: main.c udp.h udp.c
+ gcc -o mactelnet main.c udp.c