add install/uninstall to Makefile - bsleep - Unnamed repository; edit this file 'description' to name the repository.
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 792145777faf160260aaf3b13f78221627c75bec
DIR parent 790a606ba25554128182bb68647d0e27b14418cf
HTML Author: kroovy <me@kroovy.de>
Date: Fri, 21 Feb 2025 11:38:41 +0100
add install/uninstall to Makefile
Diffstat:
M Makefile | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -14,3 +14,9 @@ $(OBJ): Makefile
clean:
rm -f $(BIN) $(OBJ)
+
+install:
+ cp bsleep /usr/local/bin/bsleep
+
+uninstall:
+ rm -f /usr/local/bin/bsleep