From: Rusty Russell Date: Mon, 28 Jul 2008 03:40:36 +0000 (+1000) Subject: Tie _infotojson into the Makefile, so we can do "make X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=80cb7a616d74ebae86d10de068b33becda621180 Tie _infotojson into the Makefile, so we can do "make tools/_infotojson/infotojson". --- diff --git a/tools/Makefile b/tools/Makefile index e9574760..4f6f699a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,3 +12,4 @@ tools-clean: ccanlint-clean rm -f run_tests doc_extract namespacize include tools/ccanlint/Makefile +include tools/_infotojson/Makefile diff --git a/tools/_infotojson/Makefile b/tools/_infotojson/Makefile new file mode 100644 index 00000000..a52fcab6 --- /dev/null +++ b/tools/_infotojson/Makefile @@ -0,0 +1 @@ +tools/_infotojson/infotojson: tools/_infotojson/infotojson.o tools/_infotojson/sqlite3_database.o tools/_infotojson/utils.o