X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=c44d160378ea7f89f7f98f8dfff941aa825a00b9;hb=ddac17343a30976cae82c9f57419c063e1585cc0;hp=6bc01a5db8e66733efeca1943cda6c37e2d0165c;hpb=3f52f59c1e5ae677ee67969aacb6381f79e42303;p=obsolete%2Fnotmuch-old diff --git a/Makefile.local b/Makefile.local index 6bc01a5d..c44d1603 100644 --- a/Makefile.local +++ b/Makefile.local @@ -18,7 +18,7 @@ notmuch_client_srcs = \ notmuch_client_modules = $(notmuch_client_srcs:.c=.o) notmuch: $(notmuch_client_modules) lib/notmuch.a - $(CXX) $(LDFLAGS) $^ -o $@ + $(CXX) $^ $(LDFLAGS) -o $@ notmuch.1.gz: notmuch.1 gzip --stdout notmuch.1 > notmuch.1.gz