mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
1dedfc90f6
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.
5 lines
53 B
Makefile
5 lines
53 B
Makefile
all:
|
|
$(MAKE) -C .. all
|
|
|
|
.DEFAULT:
|
|
$(MAKE) -C .. $@
|