Added message indicating installation success

This commit is contained in:
Antoine Gersant 2017-05-30 22:36:00 -07:00
parent 6e4e2f9065
commit 0b9aca16ae

View file

@ -14,6 +14,7 @@ install: build
install ./target/release/polaris $(POLARIS_BIN_DIR)
install ./polaris.toml $(POLARIS_CONFIG_DIR)
cp -r ./web $(POLARIS_DATA_DIR)
@echo "Polaris installation complete!"
clean:
cargo clean