X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2FMakefile;h=3ee60f7c872374fbf5076ea7cf5b40adce1b6229;hp=63d474fbcc00255343b12e198014f0d3549a8cf7;hb=fff2c850541fa0887e91fd1093cadca8ce96878e;hpb=8a93e82d28ad04074451b36a97d500b5f0841552;ds=sidebyside diff --git a/tools/Makefile b/tools/Makefile index 63d474fb..3ee60f7c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,6 +1,15 @@ ALL_TOOLS = tools/configurator/configurator tools/ccan_depends tools/doc_extract tools/namespacize tools/ccanlint/ccanlint -DEP_OBJS = tools/depends.o tools/compile.o tools/tools.o ccan/str_talloc/str_talloc.o ccan/str/str.o ccan/str/debug.o ccan/grab_file/grab_file.o ccan/talloc/talloc.o ccan/noerr/noerr.o ccan/read_write_all/read_write_all.o +DEP_OBJS = ccan/grab_file/grab_file.o \ + ccan/noerr/noerr.o \ + ccan/read_write_all/read_write_all.o \ + ccan/str/debug.o \ + ccan/str/str.o \ + ccan/str_talloc/str_talloc.o \ + ccan/talloc/talloc.o \ + tools/compile.o \ + tools/depends.o \ + tools/tools.o .PHONY: tools tools: $(ALL_TOOLS)