X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2FMakefile;fp=bindings%2FMakefile;h=de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1;hb=d038b9320949c79503fe4b76870aaabf279405ab;hp=0000000000000000000000000000000000000000;hpb=32fd74b7aa9c24ec77f8c59d09f89e0535bf64cd;p=notmuch 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 .. $@