fixed send(from) recv(from) bug, added dgramrcv.c
[my-code/ivac.git] / Makefile
index e7383f4..8076296 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ INCLUDEDIR = /usr/include
 
 CFLAGS = -O3 -Wall
 
-OBJS = stream receive
+OBJS = stream receive datagram dgramrcv
 
 all: $(OBJS)
 
-uninstall:
+clean:
        rm $(OBJS)