]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile
Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.
[notmuch] / lib / Makefile
index 9a29ffcfdd3427ced79a2cb0d003d1e0f97cc235..b6859eacc7f87c70cae3f2bb320e48158d146af3 100644 (file)
@@ -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 .. $@