summaryrefslogtreecommitdiffstats
path: root/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-10-19 22:52:56 -0300
committerDavid Bremner <david@tethera.net>2019-12-03 08:12:30 -0400
commit46e96156218e456df3fdd239e8c055220fba667a (patch)
tree35c6053860a6a6e419c5fe707f58fdbf1b784e65 /Makefile.local
parent3aaa8cfe941bd59730ae04df46da6aa3181f85e5 (diff)
build: optionally build python-cffi bindings
Put the build product (and tests) in a well known location so that we can find them e.g. from the tests.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index 3c6dacbc..7c12612d 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -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