mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
8413582b6e
Note that it is intentional that the checksum file is not downloaded. The intent is to check those into git.
7 lines
138 B
Makefile
7 lines
138 B
Makefile
# See Makefile.local for the list of files to be compiled in this
|
|
# directory.
|
|
all:
|
|
$(MAKE) -C ../.. all
|
|
|
|
.DEFAULT:
|
|
$(MAKE) -C ../.. $@
|