diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-23 20:47:17 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-23 20:47:17 +0000 |
commit | ee42fb87e24be1806271e385340f4281da8df458 (patch) | |
tree | bdf274e06d81b579734e151a82b574b1f1812592 /Makefile | |
parent | 4f97572edc4bb9d2fe3956a874fab99dfe31b7c0 (diff) |
remove configure.local{,.example}
unused, un-updated and ignored for quite some time now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -128,11 +128,11 @@ lint: man -Tlint -Wstyle -l gmid.8 gmid.conf.5 gemexp.1 gg.1 DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \ - Makefile README.md config.c configure configure.local.example \ - crypto.c dirs.c fcgi.c ge.c gemexp.1 gg.1 gg.c gmid.8 gmid.c \ - gmid.conf.5 gmid.h iri.c iri.h landlock_shim.h log.c log.h \ - logger.c mime.c parse.y proc.c proc.h proxy.c puny.c \ - sandbox.c server.c titan.1 titan.c utf8.c utils.c y.tab.c + Makefile README.md config.c configure crypto.c dirs.c fcgi.c \ + ge.c gemexp.1 gg.1 gg.c gmid.8 gmid.c gmid.conf.5 gmid.h \ + iri.c iri.h landlock_shim.h log.c log.h logger.c mime.c \ + parse.y proc.c proc.h proxy.c puny.c sandbox.c server.c \ + titan.1 titan.c utf8.c utils.c y.tab.c release: sed -i -e '/^RELEASE=/s/no/yes' configure |