aboutsummaryrefslogtreecommitdiffstats
path: root/alsause/Makefile
blob: d0e39be8d50350f3f3691026fa91ec1b6d80309c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.POSIX:

install:
	../check-installed-shebang dalsause
	../check-in-path dmenu tr sed cut echo
	mkdir -p -- ~/.local/bin
	test ! -e ~/.local/bin/dalsause || test -L ~/.local/bin/dalsause
	ln -sf -- ~/.dotfiles/alsause/dalsause ~/.local/bin/dalsause

uninstall:
	+! ../check-installed alsause
	-unlink -- ~/.local/bin/dalsause

clean:
	@: