aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-19 19:49:52 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-19 19:49:52 -0400
commita3edeef3d506d3a498c727fc4ba96cfa99673622 (patch)
treea7a48edbcf030d571f93ce4bb40f8a004a2d9993 /Makefile
parent25f0c213ed8d9d0912c0de8c2506d0820939aafd (diff)
selected background
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f8c0f2..fcd9772 100644
--- a/Makefile
+++ b/Makefile
@@ -53,9 +53,13 @@ clean:
install: all
install -m 755 ./$(BIN) $(PREFIX)/usr/bin
+ install -m 755 ./swenu-run $(PREFIX)/usr/bin
+ install -m 755 ./swenu-path $(PREFIX)/usr/bin
uninstall:
- rm -rf $(PREFIX)/usr/bin/$(BIN)
+ rm -f $(PREFIX)/usr/bin/$(BIN)
+ rm -f $(PREFIX)/usr/bin/swenu-run
+ rm -f $(PREFIX)/usr/bin/swenu-path
run: all
./swenu-run.sh