]> hackdaworld.org Git - my-code/ivac.git/blobdiff - Makefile
udp working in principle now
[my-code/ivac.git] / Makefile
index e7383f4299c063d14ab4f82f58617fd3284df306..0924a8b7d5c84b01b2de45c484a1847f2844ead4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -O3 -Wall
+CFLAGS = -DDEBUG -O3 -Wall
 
-OBJS = stream receive
+OBJS = stream receive datagram dgramrcv
 
 all: $(OBJS)
 
-uninstall:
+clean:
        rm $(OBJS)