X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=2794782599cd25b99f297f687acd88fef6217108;hb=5b3f4e20affe90bff9909272a933834247a2ed9d;hp=09d6864585cd34d62c61b51bf809a5da5e770403;hpb=8804833a62667fe6a33655351790b241256e5980;p=spider.git diff --git a/src/Makefile b/src/Makefile index 09d68645..27947825 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)