mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
d038b93209
Because ruby generates a Makefile, we have to use recursive make. Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local} in the parent directory.
7 lines
132 B
Makefile
7 lines
132 B
Makefile
# See Makefile.local for the list of files to be compiled in this
|
|
# directory.
|
|
all:
|
|
$(MAKE) -C .. all
|
|
|
|
.DEFAULT:
|
|
$(MAKE) -C .. $@
|