status bar
git clone https://git.lucas.co/cce-status-interface.git
Update Makefile to install binary to both cce-status and cce-status-interface
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index cba94fe..6c42e63 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ build:
install: build
mkdir -p ~/.local/bin
install -m 755 ../target/release/cce-status ~/.local/bin/cce-status
+ install -m 755 ../target/release/cce-status ~/.local/bin/cce-status-interface
run:
cargo run