From 59180d1d658434883a0d8431086d0098fb2044cd Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 10 Apr 2022 01:04:06 +0200 Subject: Do not delete compat.texi when invoking "make clean" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6740ebe..2a3350d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test: compile $(EMACS) -Q --batch -L . -l compat-tests.el -f ert-run-tests-batch-and-exit clean: - $(RM) $(BYTEC) compat.texi compat.info + $(RM) $(BYTEC) compat.info .el.elc: $(EMACS) -Q --batch -L . -f batch-byte-compile $^ -- cgit v1.0