improved webcam.c
[my-code/ivac.git] / Makefile
index 9d58c28..2c4f89a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -O3 -Wall
+CFLAGS = -DDEBUG -O3 -Wall -I/usr/X11/include -L/usr/X11/lib -lX11
 
-OBJS = stream receive datagram
+OBJS = stream receive datagram dgramrcv webcam
 
 all: $(OBJS)
 
-uninstall:
+clean:
        rm $(OBJS)