aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2015-08-28 15:08:18 -0400
committerRyan Kavanagh <rak@debian.org>2015-08-30 15:21:29 -0400
commit3abfac0cbd8a1e543349ae83e6abefe76c6facd2 (patch)
tree284ea060c15784db47f8c046d3442de633bce212 /Makefile
parentDon't explicitly set home dir in xinitrc (diff)
No longer track my SSH keys in Git
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f9047b6..7e19209 100755
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,7 @@ LOCAL_FILES = \
# GPG encrypted files
GPG_FILES = \
- .mutt/alias.rc \
- .ssh/id_ecdsa \
- .ssh/id_rsa \
- .ssh/id_rsa.lambda
+ .mutt/alias.rc
# Files that are system independent.
# IMPORTANT: directories must have trailing slash
@@ -122,7 +119,7 @@ all: clean build
# build/LOCAL_FILES targets overwrite what was copied in GLOBAL_FILES.
BUILD = $(patsubst %,build/%,$(GLOBAL_FILES) $(LOCAL_FILES) $(GPG_FILES))
-build: $(BUILD) emacsen fonts build/bin/msmtp/msmtp-default
+build: $(BUILD) fonts build/bin/msmtp/msmtp-default
# We must force these with a phony target, otherwise, make will see that they're
# already there (for example, from installing the rest of .mutt or .zsh) and