mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
184c327692
Without this, things like MAKEFLAGS=-j4 can't work.
5 lines
53 B
Makefile
5 lines
53 B
Makefile
all:
|
|
$(MAKE) -C .. all
|
|
|
|
clean:
|
|
$(MAKE) -C .. clean
|