diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2022-03-08 15:27:14 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2022-03-08 15:32:47 +0300 |
| commit | 31a627f670fc24302d8cbd74f5696d7639c87585 (patch) | |
| tree | 8d508567a0493de086812381cf94f3388d5d701d /Makefile | |
| parent | 58e7593e2a187b798eaf8852859e0a1b730ffbfd (diff) | |
add socket name option
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ test: go test tunnel/pkg/test install: + install -D -m644 init/tunnel.service /etc/systemd/system/ + install -D -m644 init/tunnel@.service /etc/systemd/system/ install -D bin/tunnel $(prefix)/bin/tunnel install -D bin/tunneld $(prefix)/bin/tunneld |
