notmuch/parse-time-string/Makefile
Jani Nikula d86522637a parse-time-string: add a date/time parser to notmuch
Add a date/time parser to notmuch, to be used for adding date range
query support for notmuch lib later on. Add the parser to a directory
of its own to make it independent of the rest of the notmuch code
base.

Signed-off-by: Jani Nikula <jani@nikula.org>
2012-10-31 16:42:29 -03:00

5 lines
53 B
Makefile

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