diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-08 15:41:47 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-08 15:41:47 +0000 |
commit | 846842e138e3d859fe6a9bce05c991972e1426cb (patch) | |
tree | c457b7de0ff9a8e675bcdfb09643b7fdaa15d713 /Makefile | |
parent | 68e38f49b234474bdd123120de004de96fae8715 (diff) |
sync DISTFILES
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -111,10 +111,10 @@ uninstall: # -- maintainer targets -- DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \ - Makefile README.md configure configure.local.example dirs.c \ - fcgi.c ge.1 ge.c gg.1 gg.c gmid.8 gmid.c gmid.conf.5 gmid.h \ - iri.c log.c log.h logger.c mime.c parse.y proxy.c puny.c \ - sandbox.c server.c utf8.c utils.c y.tab.c + Makefile README.md config.c configure configure.local.example \ + dirs.c fcgi.c ge.1 ge.c gg.1 gg.c gmid.8 gmid.c gmid.conf.5 \ + gmid.h iri.c log.c log.h logger.c logger.h mime.c parse.y \ + proxy.c puny.c sandbox.c server.c utf8.c utils.c y.tab.c dist: ${DISTNAME}.sha256 |