--
[my-code/ivac.git] / Makefile
index 2b51ba5..0924a8b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,9 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -O3 -Wall
+CFLAGS = -DDEBUG -O3 -Wall
 
-OBJS = stream receive datagram
+OBJS = stream receive datagram dgramrcv
 
 all: $(OBJS)