aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rwxr-xr-xpm7
2 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index dbfbcff..2da16ac 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ all: strftime
install: strftime
install -m 755 strftime $(PREFIX)/bin/strftime
install -m 755 pm $(PREFIX)/bin/pm
+
+clean:
+ rm -f strftime
diff --git a/pm b/pm
index 6993f9f..b102d41 100755
--- a/pm
+++ b/pm
@@ -48,13 +48,6 @@ getFifo() {
echo "$_p"
}
-tmpdir() {
- _t=$(mktemp)
- rm -f "$_t"
- mkdir "$_t"
- echo "$_t"
-}
-
_clip() {
case $(uname) in
Darwin)