diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-06-07 00:12:38 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-07 00:12:38 -0400 |
commit | aa479efab311a7ee28155f12827f88ef05af8df4 (patch) | |
tree | 328437de34c7f6c1236f2291213773672a9516e1 /Makefile | |
parent | 5bc055a18ee987cd950f948830e9eef8855fd41b (diff) | |
parent | ba2089e26e4964361b258de66ad9198624ffbf1e (diff) | |
download | piem-aa479efab311a7ee28155f12827f88ef05af8df4.tar.gz |
Merge branch 'km/initial-lei-support'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,8 +5,8 @@ EMACS = emacs BATCH = $(EMACS) --batch -Q -L . -L tests EL = piem.el piem-b4.el piem-elfeed.el piem-eww.el piem-gnus.el \ - piem-maildir.el piem-notmuch.el piem-rmail.el \ - tests/piem-rmail-tests.el tests/piem-tests.el + piem-lei.el piem-maildir.el piem-notmuch.el piem-rmail.el \ + tests/piem-lei-tests.el tests/piem-rmail-tests.el tests/piem-tests.el ELC = $(EL:.el=.elc) all: compile Documentation/piem.info piem-autoloads.el @@ -35,10 +35,12 @@ piem-b4.elc: piem-b4.el piem.elc piem-elfeed.elc: piem-elfeed.el piem.elc piem-eww.elc: piem-eww.el piem.elc piem-gnus.elc: piem-gnus.el piem.elc +piem-lei.elc: piem-lei.el piem.elc piem-maildir.elc: piem-maildir.el piem-notmuch.elc: piem-notmuch.el piem.elc piem-rmail.elc: piem-rmail.el piem.elc piem.elc: piem.el piem-maildir.elc +tests/piem-lei-tests.elc: tests/piem-lei-tests.el piem-lei.elc tests/piem-rmail-tests.elc: tests/piem-rmail-tests.el piem-rmail.elc tests/piem-tests.elc: tests/piem-tests.el piem.elc |