about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-07-31 16:42:46 -0400
committerBen Harris <ben@tilde.team>2018-07-31 16:42:46 -0400
commit6775213b3360540d55e43ee76cf027320cc9baf9 (patch)
tree4db865dbbb0dfae1c38c73e1dfc39122bceeb27e /Makefile
parentaa45320a823bb911cf84d248df2c42eee43272ac (diff)
add gpg-agent.conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 256c9d7..6ccc5d3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ endif
 install:
 	@make $(UNAME)
 
-Linux: bash fish git mutt byobu weechat vim
+Linux: bash fish git mutt byobu weechat vim gnupg
 Windows: bash git vim
 Other: bash git vim
 
@@ -29,6 +29,7 @@ clean:
 	stow -t "$$HOME" -D mutt
 	stow -t "$$HOME" -D byobu
 	stow -t "$$HOME" -D weechat
+	stow -t "$$HOME" -D gnupg
 
 bash:
 	@printf "$(YELLOW)--- bash -----------------------------------------------\n$(RESET)"
@@ -59,5 +60,9 @@ weechat:
 	@printf "$(YELLOW)--- weechat --------------------------------------------\n$(RESET)"
 	stow -t "$$HOME" weechat
 
-.PHONY: bash fish git vim mutt byobu weechat clean install Windows Linux Other
+gnupg:
+	@printf "$(YELLOW)--- gnupg ----------------------------------------------\n$(RESET)"
+	stow -t "$$HOME" gnupg
+
+.PHONY: bash fish git vim mutt byobu weechat gnupg clean install Windows Linux Other