X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=34716c294bb6233ab6ec2e17ca377a65da2c177a;hb=cd4a8734d3bb151df70d51a84903bff994439b05;hp=86516402c2eda51d4d628f3cbb61a93240afde85;hpb=00af443b8e5814f26c87c7cd8db1a08fec71e0b3;p=obsolete%2Fnotmuch-old diff --git a/Makefile b/Makefile index 86516402..34716c29 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: $(PROGS) %.o: %.c $(CC) -c $(CFLAGS) $(MYCFLAGS) $< -o $@ -notmuch: notmuch.o database.o date.o message.o xutil.o +notmuch: notmuch.o database.o date.o message-file.o xutil.o $(CC) $(MYLDFLAGS) $^ -o $@ Makefile.dep: *.c *.cc