notmuch/compat/Makefile
Carl Worth 880b21a097 Makefile: Incorporate getline implementation into the build.
It's unconditional for a very short time. We expect to soon be
building it only if necessary.
2009-12-01 16:33:17 -08:00

5 lines
53 B
Makefile

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