notmuch/compat/Makefile
Carl Worth 341d49b061 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.
2010-01-06 10:32:06 -08:00

5 lines
53 B
Makefile

all:
$(MAKE) -C .. all
.DEFAULT:
$(MAKE) -C .. $@