X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/184c327692b8a8fc08a8b9ddee28d7082c208c23..398f1484b9cb0d981e668f55e2e42adeaf8be588:/lib/Makefile 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 .. $@