]> git.ozlabs.org Git - ccan/commitdiff
Tie _infotojson into the Makefile, so we can do "make
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 28 Jul 2008 03:40:36 +0000 (13:40 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 28 Jul 2008 03:40:36 +0000 (13:40 +1000)
tools/_infotojson/infotojson".

tools/Makefile
tools/_infotojson/Makefile [new file with mode: 0644]

index e9574760b12924d9445555e7e70b7273ea7c5c24..4f6f699abbef92d1443d89d8c7c2676f96ee07e1 100644 (file)
@@ -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 (file)
index 0000000..a52fcab
--- /dev/null
@@ -0,0 +1 @@
+tools/_infotojson/infotojson: tools/_infotojson/infotojson.o tools/_infotojson/sqlite3_database.o tools/_infotojson/utils.o