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

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

[nongnu] elpa/emacsql e2b2df570d: make: Add redo target


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql e2b2df570d: make: Add redo target
Date: Sun, 17 Dec 2023 15:59:19 -0500 (EST)

branch: elpa/emacsql
commit e2b2df570d213cbaa995dd500a70b1ec95758925
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

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

diff --git a/Makefile b/Makefile
index cfffdd042b..e60c5fec31 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,7 @@ help:
        $(info make all          - generate binary, byte-code and autoloads)
        $(info make binary       - generate binary)
        $(info make lisp         - generate byte-code and autoloads)
+       $(info make redo         - re-generate byte-code and autoloads)
        $(info make test         - run tests)
        $(info make clean        - remove byte-code and autoloads)
        $(info make distclean    - remove binary, byte-code and autoloads)
@@ -53,6 +54,7 @@ binary: sqlite/emacsql-sqlite
 sqlite/emacsql-sqlite:
        $(MAKE) -C sqlite
 
+redo: clean lisp
 lisp: $(ELCS) loaddefs
 
 loaddefs: $(PKG)-autoloads.el



reply via email to

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