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