add makefile - pomodoro - Unnamed repository; edit this file 'description' to name the repository.
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 3c46b24beb8b321a8e1e680388205dd1678c8e22
DIR parent ec9d1fb6b6ede2ee201f1e760aade3eebdfb27c0
HTML Author: kroovy <me@kroovy.de>
Date: Wed, 23 Apr 2025 16:06:46 +0200
add makefile
Diffstat:
A Makefile | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
@@ -0,0 +1,7 @@
+.POSIX:
+
+install:
+ cp pomodoro.sh ~/bin/pomodoro
+
+uninstall:
+ rm -f ~/bin/pomodoro