summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a9287b2..7668c9e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
-udp_broadcast_relay: main.c
- gcc -g main.c -o udp_broadcast_relay
+udp-broadcast-relay: main.c
+ gcc -g main.c -o udp-broadcast-relay
+
+clean:
+ rm -f udp-broadcast-relay