Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

0.1.2

author: pixel
date: 2025-03-31 03:12
hash: b40c1b8bb29cc237826da22ddcd0a5b65cc9d8ac

Diffstat:

M

Makefile
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/Makefile b/Makefile
index 62cef3a..a3d7f52 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ install: build
    sudo install -m755 target/release/pino /bin/pino

 uninstall:
-   sudo rm -f /bin/walrs
+   sudo rm -f /bin/pino
    sudo rm -rf ~/.config/pino

 clean: