aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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