emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/macrostep b65cc96 102/110: Makefile tweaks


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep b65cc96 102/110: Makefile tweaks
Date: Sat, 7 Aug 2021 09:18:11 -0400 (EDT)

branch: elpa/macrostep
commit b65cc9616f5ae584f89ec05fce90d04eb298ec5a
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Makefile tweaks
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 0e75d41..f8e6a17 100644
--- a/Makefile
+++ b/Makefile
@@ -5,11 +5,11 @@ all: macrostep.elc macrostep-c.elc
 clean:
        rm -f *.elc
 
-test: all
+test: clean all
        $(EMACS) --batch -L . --load macrostep-test.el
 
 sandbox: all
-       $(EMACS) -Q -L . --load macrostep.elc --load macrostep-c.elc
+       $(EMACS) -Q -L . --load macrostep --load macrostep-c
 
 %.elc: %.el
        $(EMACS) --batch -L . --funcall batch-byte-compile "$<"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]