X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile;h=de492a7c3fd5a84c7c8e25852fa2427c2f92e4d1;hb=1cdb96d3c4a2fc5ddf3a6e5c73c59c0f0e65cae2;hp=9a29ffcfdd3427ced79a2cb0d003d1e0f97cc235;hpb=184c327692b8a8fc08a8b9ddee28d7082c208c23;p=notmuch diff --git a/lib/Makefile b/lib/Makefile index 9a29ffcf..de492a7c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,7 @@ +# See Makefile.local for the list of files to be compiled in this +# directory. all: $(MAKE) -C .. all -clean: - $(MAKE) -C .. clean +.DEFAULT: + $(MAKE) -C .. $@