From abb3cbe977a370ae0086ac2a26ccb2819b268356 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 12 May 2020 00:06:09 -0400 Subject: Makefile: Rearrange rule --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94d3a36..eb20728 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v1.2.3