]> git.notmuchmail.org Git - notmuch/commit
Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.
authorCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2010 23:05:57 +0000 (15:05 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
commit341d49b0610fcf725da618d87fda577a3d512343
tree3cb15de023d23f2eae4e3827aa4baa8aeda0630a
parent3f32fd8a1c06d417bdcb467bac2805f658cb5476
Makefiles: Use .DEFAULT to support arbitrary targets from sub directories.

Taking advantage of the .DEFAULT construct means that we won't need to
explicitly list targets such as "clean", etc. in each sub-Makefile.
compat/Makefile
lib/Makefile