X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2FMakefile;h=c942bdeeb501a933e98aa05374622ccf956b010e;hp=63d474fbcc00255343b12e198014f0d3549a8cf7;hb=c59407178991758de6541740f912578e33c7e50b;hpb=3b200f895cb7884c72d9e2409f047284027abc68 diff --git a/tools/Makefile b/tools/Makefile index 63d474fb..c942bdee 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,6 +1,16 @@ 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 \ + ccan/time/time.o \ + tools/compile.o \ + tools/depends.o \ + tools/tools.o .PHONY: tools tools: $(ALL_TOOLS)