From 9d360a3eb842de5d8bb72e08a034205a1e0dcb37 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 26 Jan 2015 01:02:45 +0900 Subject: [PATCH] make file-* works --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a46038c..aeda01e 100644 --- a/Makefile +++ b/Makefile @@ -122,6 +122,9 @@ $(dotfiles_dir)/%: $(dotfiles_dir)/.git endif file-%: $(dotfiles_dir)/% + true + +.PRECIOUS: $(dotfiles_dir)/%