[Reproducible-commits] [blog] 01/02: Makefile: mark 'local' target as .PHONY so things always get rebuilt

Ximin Luo infinity0 at debian.org
Fri Apr 15 16:42:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository blog.

commit 0c338634bd41905aef295d49d6b40e8f25af625b
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Apr 15 18:41:19 2016 +0200

    Makefile: mark 'local' target as .PHONY so things always get rebuilt
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6983a4f..0866fce 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,4 @@ blog-local.setup: blog.setup Makefile
 clean:
 	rm -rf local blog-local.setup .ikiwiki
 
-.PHONY: all serve clean
+.PHONY: all local serve clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/blog.git



More information about the Reproducible-commits mailing list