diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-04-08 19:29:09 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-04-08 19:29:09 +0200 |
| commit | 3977b0e8042ad21bcac78d5ab7594eff233936e1 (patch) | |
| tree | 75ba425ed797253010adabe2ff613d94f8ba7002 | |
| parent | f621f305ba949420bcd75d610f400ab11caeb508 (diff) | |
Avoid building compat.info by default
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ BYTEC = compat-help.elc \ compat-28.elc \ compat.elc -all: compile compat.info +all: compile compile: $(BYTEC) |
