1
0
Fork 0
mirror of https://git.notmuchmail.org/git/notmuch synced 2025-10-08 21:35:34 +02:00
notmuch/emacs/Makefile
David Bremner bbda0a0156 emacs: Move emacs UI (currently just one file) to subdirectory.
Add emacs/Makefile.local and emacs/Makefile. Move emacs targets into
emacs/Makefile.local, but leave the byte compilation rule in the top
level Makefile.
2010-03-09 12:13:33 -08:00

7 lines
133 B
Makefile

# See Makfefile.local for the list of files to be compiled in this
# directory.
all:
$(MAKE) -C .. all
.DEFAULT:
$(MAKE) -C .. $@