From 80cb7a616d74ebae86d10de068b33becda621180 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 28 Jul 2008 13:40:36 +1000 Subject: [PATCH] Tie _infotojson into the Makefile, so we can do "make tools/_infotojson/infotojson". --- tools/Makefile | 1 + tools/_infotojson/Makefile | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/_infotojson/Makefile 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 -- 2.39.2