]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
build: optionally build python-cffi bindings
[notmuch] / Makefile.local
index 3c6dacbccc4b3af1e43d89fcf8e69dd23997aed0..7c12612dee8e806535be42f1381e3f24448f093b 100644 (file)
@@ -1,7 +1,7 @@
 # -*- makefile -*-
 
 .PHONY: all
-all: notmuch notmuch-shared build-man build-info ruby-bindings
+all: notmuch notmuch-shared build-man build-info ruby-bindings python-cffi-bindings
 ifeq ($(MAKECMDGOALS),)
 ifeq ($(shell cat .first-build-message 2>/dev/null),)
        @NOTMUCH_FIRST_BUILD=1 $(MAKE) --no-print-directory all