diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-03-01 14:38:15 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-03-01 14:42:39 +0100 |
| commit | 94e3d6da161f1cdccaf9fa40bcfdbf21c61a642a (patch) | |
| tree | 82eeec32e0ab135c454733d856733001d078ddb5 /Makefile | |
| parent | 76aaecbb2f57116ab77c92315ee2df26187a82d9 (diff) | |
Drop point releases from file names
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,11 +5,11 @@ EMACS = emacs BYTEC = compat-help.elc \ compat-macs.elc \ - compat-24.4.elc \ - compat-25.1.elc \ - compat-26.1.elc \ - compat-27.1.elc \ - compat-28.1.elc \ + compat-24.elc \ + compat-25.elc \ + compat-26.elc \ + compat-27.elc \ + compat-28.elc \ compat.elc all: compile test |
