a working version?
[spider.git] / src / Makefile
index 09d6864585cd34d62c61b51bf809a5da5e770403..2794782599cd25b99f297f687acd88fef6217108 100644 (file)
@@ -4,7 +4,7 @@
 
 CFLAGS = -g -O
 
-CLIENTOBJ = client.o sel.o cmsg.o chain.o
+CLIENTOBJ = client.o sel.o cmsg.o chain.o debug.o
 CLIENTBIN = client
 
 $(CLIENTBIN) : $(CLIENTOBJ)