aboutsummaryrefslogtreecommitdiffstats
path: root/st/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'st/Makefile')
-rw-r--r--st/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/st/Makefile b/st/Makefile
deleted file mode 100644
index f288c78..0000000
--- a/st/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.POSIX:
-
-install:
- ../check-installed-shebang st
- mkdir -p -- ~/.local/bin
- ln -sf -- ~/.dotfiles/st/st ~/.local/bin/
-
-uninstall:
- +! ../check-installed st
- -unlink -- ~/.local/bin/st