diff options
-rw-r--r-- | tools/Makefile | 1 | ||||
-rw-r--r-- | tools/_infotojson/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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 |