aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-04-10 01:04:06 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-04-10 01:04:06 +0200
commit59180d1d658434883a0d8431086d0098fb2044cd (patch)
tree77e86d7fc6376cef5fa24cc07b981b6f3647b504 /Makefile
parent25d577ba88e3783839f55efd4a3229d31ad43566 (diff)
Do not delete compat.texi when invoking "make clean"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $^