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

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

[nongnu] elpa/orgit 203ded3ff6: make: Add redo target


From: ELPA Syncer
Subject: [nongnu] elpa/orgit 203ded3ff6: make: Add redo target
Date: Sun, 17 Dec 2023 16:00:31 -0500 (EST)

branch: elpa/orgit
commit 203ded3ff6f0fb36fe4c71ac8132078768de4e74
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Add redo target
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 82aa599f92..22fac46eff 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,12 @@ all: lisp
 help:
        $(info make all          - generate byte-code and autoloads)
        $(info make lisp         - generate byte-code and autoloads)
+       $(info make redo         - re-generate byte-code and autoloads)
        $(info make clean        - remove generated files)
        @printf "\n"
 
+redo: clean lisp
+
 lisp: $(ELCS) loaddefs check-declare
 
 loaddefs: $(PKG)-autoloads.el



reply via email to

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