added SO_BROADCAST support
[my-code/ivac.git] / Makefile
index e7383f4..2b51ba5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ INCLUDEDIR = /usr/include
 
 CFLAGS = -O3 -Wall
 
-OBJS = stream receive
+OBJS = stream receive datagram
 
 all: $(OBJS)
 
-uninstall:
+clean:
        rm $(OBJS)