From e15dd52c78143a06523f97061db91f476d0e42fd Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Tue, 19 Apr 2016 18:57:58 +0200 Subject: [PATCH] Updated Makefile. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 18e39c9..6d9e7e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DOTPATH := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))) -CANDIDATES := $(wildcard .??*) -EXCLUSIONS := .DS_Store .git .gitmodules .gitignore init +CANDIDATES := $(wildcard .??*) +EXCLUSIONS := Makefile screenshot.png .DS_Store .git .gitmodules .gitignore README.md init DOTFILES := $(filter-out $(EXCLUSIONS), $(CANDIDATES)) all: install @@ -32,4 +32,4 @@ install: update deploy clean: @echo 'Remove dot files in your home directory...' @-$(foreach val, $(DOTFILES), rm -vrf $(HOME)/$(val);) - -rm -rf $(DOTPATH) \ No newline at end of file + -rm -rf $(DOTPATH)