This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-22 10:58:10 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4f48ae4a5f
notmuch
/
compat
/
Makefile
6 lines
53 B
Makefile
Raw
Normal View
History
Unescape
Escape
Makefile: Incorporate getline implementation into the build. It's unconditional for a very short time. We expect to soon be building it only if necessary.
2009-12-02 00:23:25 +01:00
all
:
$(
MAKE
)
-C .. all
Makefiles: Use .DEFAULT to support arbitrary targets from sub directories. Taking advantage of the .DEFAULT construct means that we won't need to explicitly list targets such as "clean", etc. in each sub-Makefile.
2010-01-06 00:05:57 +01:00
.DEFAULT
:
$(
MAKE
)
-C ..
$@
Reference in a new issue
Copy permalink