X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/c5dccd851a8b79d8cedbfc8f2d2b8f9be2b7fa5a..efb24ce1059efc1f7605420e5bc23f47cbbad8f4:/lib/Makefile diff --git a/lib/Makefile b/lib/Makefile index 80d7059c..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 + $(MAKE) -C .. all -clean: - make -C .. clean +.DEFAULT: + $(MAKE) -C .. $@