summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-07-05 13:31:24 -0500
committerJesse Luehrs <doy@tozt.net>2010-07-05 13:31:24 -0500
commit6ece64f20464f1e14616ca5038f05eed6819da7c (patch)
tree9860be6b69c6bad9693aae4b9abfaebcd24b9c59 /Makefile
parent675befb50a56936573ddcbccc5f3bcd6be53b941 (diff)
downloadconf-6ece64f20464f1e14616ca5038f05eed6819da7c.tar.gz
conf-6ece64f20464f1e14616ca5038f05eed6819da7c.zip
also install pwsafe.dat
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 577865c..30f87b8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ INSTALL = abcde.conf \
muttrc \
nethackrc \
procmailrc \
+ pwsafe.dat \
screenrc \
tmux.conf \
vimrc \
@@ -42,7 +43,7 @@ INSTALL = abcde.conf \
xmonad
INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
-BUILD = bin/nethack/timettyrec
+BUILD = bin/nethack/timettyrec pwsafe.dat
ECHO = @echo
LN = @ln -sf
@@ -67,4 +68,7 @@ $(INTO)/.% : %
/var/spool/cron/$(USER) : crontab
@crontab crontab
+pwsafe.dat :
+ wget http://tozt.net/.pwsafe.dat -O pwsafe.dat
+
.PHONY: build install clean