Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

Add: auto complete

author: pixel
date: 2025-05-03 22:05
hash: 1cc33d2ae44718c2b928e3fd672328ce8c1f2f81

Diffstat:

M

Makefile
5 ++++++------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/Makefile b/Makefile
index 5e26e02..24282f6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,6 @@ install: build
    /usr/bin/walrs --install-completions -q
    sudo cp -r templates/* /etc/walrs/templates/

-aur:
-   ./target/release/walrs --install-completions -q 
-
 uninstall:
    sudo rm -f /usr/bin/walrs
    sudo rm -rf /etc/walrs/
@@ -20,4 +17,4 @@ uninstall:
 clean:
    cargo clean

-.PHONY: all build install uninstall clean aur
+.PHONY: all build install uninstall clean