diff options
Diffstat (limited to 'brave/Makefile')
-rw-r--r-- | brave/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/brave/Makefile b/brave/Makefile new file mode 100644 index 0000000..b70f3b8 --- /dev/null +++ b/brave/Makefile @@ -0,0 +1,12 @@ +.POSIX: + +install: + ../check-installed-shebang brave + mkdir -p -- ~/.local/bin + test ! -e ~/.local/bin/brave || test -L ~/.local/bin/brave + ln -sf -- ~/.dotfiles/brave/brave ~/.local/bin/brave + +uninstall: + +! ../check-installed brave + +! ../check-installed brave-bin + -unlink -- ~/.local/bin/brave |