X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=ef8d6410ad26a2202fbc2fd44fcd7493d145b4ac;hb=fa562fa22b214a7d253e80c62d4f4c97138a6155;hp=b7ebfb816802cb4a4a1ff7ee3b2c0330a1fe33d2;hpb=401c6cc5793331773c0230e8ae00e8c4b0c63a5e;p=obsolete%2Fnotmuch-old diff --git a/Makefile b/Makefile index b7ebfb81..ef8d6410 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: $(PROGS) %.o: %.c $(CC) -c $(CFLAGS) $(MYCFLAGS) $^ -o $@ -notmuch: notmuch.o database.o message.o xutil.o +notmuch: notmuch.o database.o date.o message.o xutil.o $(CC) $(MYLDFLAGS) $^ -o $@ notmuch-index-message: notmuch-index-message.cc