branch: elpa/macrostep
commit b65cc9616f5ae584f89ec05fce90d04eb298ec5a
Author: joddie <[email protected]>
Commit: joddie <[email protected]>

    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