]> git.cworth.org Git - obsolete/notmuch-old/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 03:05:29 +0000 (19:05 -0800)
commit974e94262086f83ea35deeeb7779e09061c976fa
treedf818457c51067d375997f2176d8bc6e361f578c
parent93b4ef8bc85cb62a751cad019b95e21fd5782a2f
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