summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2008-07-28 13:40:36 +1000
committerRusty Russell <rusty@rustcorp.com.au>2008-07-28 13:40:36 +1000
commit80cb7a616d74ebae86d10de068b33becda621180 (patch)
tree8d81f7a975f9788b31f936eb511f709309512245
parent37ca11df87fa3cc97aca321a76e564e4058d6900 (diff)
Tie _infotojson into the Makefile, so we can do "make
tools/_infotojson/infotojson".
-rw-r--r--tools/Makefile1
-rw-r--r--tools/_infotojson/Makefile1
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