aboutsummaryrefslogtreecommitdiff
path: root/bindings/Makefile
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-06-01 09:08:59 +0200
committerDavid Bremner <david@tethera.net>2015-06-12 09:12:28 +0200
commitd038b9320949c79503fe4b76870aaabf279405ab (patch)
treecc37e58cf542034e0a6cab77668aa8b58950e87a /bindings/Makefile
parent32fd74b7aa9c24ec77f8c59d09f89e0535bf64cd (diff)
build: integrate building ruby bindings into notmuch build process
Because ruby generates a Makefile, we have to use recursive make. Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local} in the parent directory.
Diffstat (limited to 'bindings/Makefile')
-rw-r--r--bindings/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/Makefile b/bindings/Makefile
new file mode 100644
index 00000000..de492a7c
--- /dev/null
+++ b/bindings/Makefile
@@ -0,0 +1,7 @@
+# See Makefile.local for the list of files to be compiled in this
+# directory.
+all:
+ $(MAKE) -C .. all
+
+.DEFAULT:
+ $(MAKE) -C .. $@