aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $^