notmuch/lib/Makefile
Carl Worth 184c327692 Use $(MAKE) when invoking make from make.
Without this, things like MAKEFLAGS=-j4 can't work.
2009-11-12 22:00:51 -08:00

5 lines
53 B
Makefile

all:
$(MAKE) -C .. all
clean:
$(MAKE) -C .. clean