]> git.cworth.org Git - obsolete/notmuch-old/commit
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)
commit685a8ad23be3ceac8387e32f49a4a387cae2434d
treea661ffc86a28126319e18efaf7ea31d20f7e46d0
parent8aa339ac770f77009593b77dfdc68cff53fa02ae
makefile: Declare clean target as phony.

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>
Makefile