From d85202c76e40d596be7d9ee032561c8b317e0da0 Mon Sep 17 00:00:00 2001 From: donmor Date: Mon, 21 Jul 2025 15:39:18 +0800 Subject: [PATCH] Update Makefile --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 28e0189f..4e480b1d 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ clean: install: install -Dm755 bin/frps ${DESTDIR}${prefix}/bin/frps install -Dm755 bin/frpc ${DESTDIR}${prefix}/bin/frpc - install -Dm644 -b config/frps.toml ${DESTDIR}/etc/frp/frps.toml - install -Dm644 -b config/frpc.toml ${DESTDIR}/etc/frp/frpc.toml - install -Dm644 config/frps_full_example.toml ${DESTDIR}/etc/frp/frps_full_example.toml - install -Dm644 config/frpc_full_example.toml ${DESTDIR}/etc/frp/frpc_full_example.toml + install -Dm644 -b conf/frps.toml ${DESTDIR}/etc/frp/frps.toml + install -Dm644 -b conf/frpc.toml ${DESTDIR}/etc/frp/frpc.toml + install -Dm644 conf/frps_full_example.toml ${DESTDIR}/etc/frp/frps_full_example.toml + install -Dm644 conf/frpc_full_example.toml ${DESTDIR}/etc/frp/frpc_full_example.toml