mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
6 lines
47 B
Makefile
6 lines
47 B
Makefile
|
all:
|
||
|
make -C .. all
|
||
|
|
||
|
clean:
|
||
|
make -C .. clean
|