]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Makefile: Incorporate getline implementation into the build.
[notmuch] / Makefile
index e42584b294bf7bce344cbaa37fd7279127b8f96c..c0b1b3fa60057cdc50b8188cdcaad5b39c7c7368 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,11 @@ override LDFLAGS += \
        $(shell pkg-config --libs glib-2.0 gmime-2.4 talloc) \
        $(shell xapian-config --libs)
 
-# Include our local Makefile.local first so that its first target is default
-include Makefile.local
+all: notmuch notmuch.1.gz
+
 include lib/Makefile.local
+include compat/Makefile.local
+include Makefile.local
 
 # And get user settings from the output of configure
 Makefile.config: configure