diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-08-28 15:08:18 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-08-30 15:21:29 -0400 |
commit | 3abfac0cbd8a1e543349ae83e6abefe76c6facd2 (patch) | |
tree | 284ea060c15784db47f8c046d3442de633bce212 /Makefile | |
parent | Don't explicitly set home dir in xinitrc (diff) |
No longer track my SSH keys in Git
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |