git.lucas.co / cce-status-interface
status bar
git clone https://git.lucas.co/cce-status-interface.git

commita8ef9b0791ac1297876bbbe2e321268304da240a
parent2d8c5a5bda
authorLucas Galante <[email protected]>
date2026-06-29 19:42
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