X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=09d6864585cd34d62c61b51bf809a5da5e770403;hb=8804833a62667fe6a33655351790b241256e5980;hp=0000000000000000000000000000000000000000;hpb=a6d0720c825ae5d7233025c96e0f04ac48d5b811;p=spider.git diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 00000000..09d68645 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,11 @@ +# +# makefile for the C programs for the DXSpider node +# + +CFLAGS = -g -O + +CLIENTOBJ = client.o sel.o cmsg.o chain.o +CLIENTBIN = client + +$(CLIENTBIN) : $(CLIENTOBJ) + $(CC) $(CFLAGS) $(CLIENTOBJ) -o $(CLIENTBIN) \ No newline at end of file