diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-12 00:06:09 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-12 00:07:16 -0400 |
commit | abb3cbe977a370ae0086ac2a26ccb2819b268356 (patch) | |
tree | e12b64f4b65f068aba8c6247dabe441ac54ac24b | |
parent | e9fd6f898caa8a2aec4e232af66d2823753378db (diff) | |
download | piem-abb3cbe977a370ae0086ac2a26ccb2819b268356.tar.gz |
Makefile: Rearrange rule
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ # Rely on EMACSLOADPATH for everything but the current directory. BATCH = emacs -Q --batch -L . -all: loadpath piem.elc piem-b4.elc piem-gnus.elc piem-notmuch.elc piem.info +all: loadpath piem.info piem.elc \ + piem-b4.elc piem-gnus.elc piem-notmuch.elc .PHONY: clean clean: |