Added message indicating installation success
This commit is contained in:
parent
6e4e2f9065
commit
0b9aca16ae
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ install: build
|
||||||
install ./target/release/polaris $(POLARIS_BIN_DIR)
|
install ./target/release/polaris $(POLARIS_BIN_DIR)
|
||||||
install ./polaris.toml $(POLARIS_CONFIG_DIR)
|
install ./polaris.toml $(POLARIS_CONFIG_DIR)
|
||||||
cp -r ./web $(POLARIS_DATA_DIR)
|
cp -r ./web $(POLARIS_DATA_DIR)
|
||||||
|
@echo "Polaris installation complete!"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cargo clean
|
cargo clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue