From e2b2df570d213cbaa995dd500a70b1ec95758925 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 17 Dec 2023 21:36:51 +0100 Subject: [PATCH] make: Add redo target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index cfffdd0..e60c5fe 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