]> git.cworth.org Git - notmuch/commitdiff
makefile: Declare clean target as phony.
authorJan Janak <jan@ryngle.com>
Sun, 22 Nov 2009 12:55:35 +0000 (13:55 +0100)
committerCarl Worth <cworth@cworth.org>
Mon, 23 Nov 2009 02:41:31 +0000 (03:41 +0100)
This ensures that make clean always proceeds, even if the user
accidentally creates a file named 'clean'. Also, it ignores errors in
rm and other commands.

Signed-off-by: Jan Janak <jan@ryngle.com>

No differences found