summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2003-09-15 00:00:00 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2013-10-21 23:00:20 +0200
commitc2514c2d64b46d276719091b0a813740a71d2bc2 (patch)
tree0d4dd8a3bc951be5c40c03da219c7271bd0b487b /Makefile
downloadudp-broadcast-relay-c2514c2d64b46d276719091b0a813740a71d2bc2.tar.gz
udp-broadcast-relay-c2514c2d64b46d276719091b0a813740a71d2bc2.zip
Import udp_broadcast_relay-0.1.tar.gz
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a9287b2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+udp_broadcast_relay: main.c
+ gcc -g main.c -o udp_broadcast_relay