mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
6 lines
47 B
Makefile
6 lines
47 B
Makefile
|
all:
|
||
|
make -C .. all
|
||
|
|
||
|
clean:
|
||
|
make -C .. clean
|