diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-04-10 01:04:06 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-04-10 01:04:06 +0200 |
| commit | 59180d1d658434883a0d8431086d0098fb2044cd (patch) | |
| tree | 77e86d7fc6376cef5fa24cc07b981b6f3647b504 | |
| parent | 25d577ba88e3783839f55efd4a3229d31ad43566 (diff) | |
Do not delete compat.texi when invoking "make clean"
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $^ |
