about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b0be762..ad10370 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash bin byobu fish git gnupg mutt nvim vim weechat
+Linux: bash bin byobu fish git gnupg mutt nvim pb vim weechat
 Windows: bash git vim
 Other: bash git vim
 
@@ -32,6 +32,7 @@ clean:
 	stow -t "$$HOME" -D nvim
 	stow -t "$$HOME" -D vim
 	stow -t "$$HOME" -D weechat
+	$(MAKE) -C pb PREFIX=~/.local uninstall
 
 bash:
 	@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@@ -68,6 +69,10 @@ nvim:
 	@printf "$(YELLOW)--- nvim -----------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" nvim
 
+pb:
+	@printf "$(YELLOW)--- pb -------------------------------------------------\n$(RESET)"
+	$(MAKE) -C pb PREFIX=~/.local install
+
 vim:
 	@printf "$(YELLOW)--- vim ------------------------------------------------\n$(RESET)"
 	mkdir -p ~/.vim/{undodir,swap,backup}
@@ -83,4 +88,4 @@ nuke:
 	@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
 	rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
 
-.PHONY: bash fish git vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other
+.PHONY: bash fish git pb vim nvim mutt byobu weechat gnupg bin clean install nuke Windows Linux Other