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