mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
730acd4764
Various typo fixes in comments within the Makefile and other build scripts. Signed-off-by: Pieter Praet <pieter@praet.org> Edited-by: Carl Worth <cworth@cworth.org> Restricted to just build files.
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 .. $@
|