File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 44.PHONY : default build
55build :
66 cargo build --manifest-path=src/common/Cargo.toml
7- cargo build --manifest-path=src/agent/Cargo.toml
87 cargo build --manifest-path=src/player/Cargo.toml
98 cargo build --manifest-path=src/server/Cargo.toml
109 cargo build --manifest-path=src/tools/Cargo.toml
1110
1211.PHONY : release
1312release :
1413 cargo build --manifest-path=src/common/Cargo.toml --release
15- cargo build --manifest-path=src/agent/Cargo.toml --release
1614 cargo build --manifest-path=src/player/Cargo.toml --release
1715 cargo build --manifest-path=src/server/Cargo.toml --release
1816 cargo build --manifest-path=src/tools/Cargo.toml --release
1917
2018.PHONY : clean
2119clean :
2220 cargo clean --manifest-path=src/common/Cargo.toml
23- cargo clean --manifest-path=src/agent/Cargo.toml
2421 cargo clean --manifest-path=src/player/Cargo.toml
2522 cargo clean --manifest-path=src/server/Cargo.toml
2623 cargo clean --manifest-path=src/tools/Cargo.toml
@@ -68,12 +65,10 @@ install:
6865 -cp -r ./containers/piccolo-* .* /etc/containers/systemd/piccolo/
6966 systemctl daemon-reload
7067 systemctl start piccolo-server
71- systemctl start piccolo-agent
7268 systemctl start piccolo-player
7369
7470.PHONY : uninstall
7571uninstall :
76- -systemctl stop piccolo-agent
7772 -systemctl stop piccolo-player
7873 -systemctl stop piccolo-server
7974 systemctl daemon-reload
You can’t perform that action at this time.
0 commit comments