summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-11-14 17:55:06 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-11-15 22:56:45 +0200
commit77936e0cd55c1924d7718fdde1debdf1c29149ae (patch)
treed9ccd79039c91d2a3085d187a4136bbbec95ad46 /Makefile
parent7463248da88523d80783a5e43ef7fcf071fde3f4 (diff)
melib: add notmuch backend
Missing: - Watching for updates functionality - Using tags - Search
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1b3a4cf..00ec1422 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
.SUFFIXES:
meli:
- cargo build --release
+ cargo build --features="$(MELI_FEATURES)" --release
PREFIX=/usr/local