]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
build: integrate building ruby bindings into notmuch build process
[notmuch] / Makefile.local
index 6d54742334a238cb2fb08e65e9ff0ed09416fe13..61a9c4c3a7398ada89ff7dc7a78bd0f7af473ae2 100644 (file)
@@ -59,7 +59,7 @@ endif
 FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(AS_NEEDED_LDFLAGS) $(CONFIGURE_LDFLAGS)
 
 .PHONY: all
-all: notmuch notmuch-shared build-man
+all: notmuch notmuch-shared build-man ruby-bindings
 ifeq ($(MAKECMDGOALS),)
 ifeq ($(shell cat .first-build-message 2>/dev/null),)
        @NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all