diff options
author | EuAndreh <eu@euandre.org> | 2023-10-19 17:24:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-10-19 17:24:53 -0300 |
commit | 231a08fc73b4e3deddf7437cf6b67d3959b127c8 (patch) | |
tree | 5132456fa2c24092f4a0771946f4115cd8c8cd1b /Makefile | |
parent | system.scm: Enforce forward-secrecy cyphers on nginx (diff) | |
download | toph-231a08fc73b4e3deddf7437cf6b67d3959b127c8.tar.gz toph-231a08fc73b4e3deddf7437cf6b67d3959b127c8.tar.xz |
re 's/servers/server/g'
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 231a08fc73b4e3deddf7437cf6b67d3959b127c8
git notes --ref=refs/notes/ci-data show 231a08fc73b4e3deddf7437cf6b67d3959b127c8
Exit status: 128
Duration: 0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ .POSIX: -NAME = servers +NAME = server PREFIX = /usr/local SHAREDIR = $(PREFIX)/share DOCDIR = $(SHAREDIR)/doc/$(NAME) |