notmuch/util/Makefile
David Bremner 1dedfc90f6 xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.
We keep the lib/xutil.c version. As a consequence, also factor out
_internal_error and associated macros.  It might be overkill to make a
new file error_util.c for this, but _internal_error does not really
belong in database.cc.
2011-10-30 23:09:49 -03:00

5 lines
53 B
Makefile

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