mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
6 lines
53 B
Makefile
6 lines
53 B
Makefile
|
all:
|
||
|
$(MAKE) -C .. all
|
||
|
|
||
|
.DEFAULT:
|
||
|
$(MAKE) -C .. $@
|