Made makefile more robust
authorJason Axelson (dell.server) <jason.axelson@gmail.com>
Mon, 27 Apr 2009 03:08:11 +0000 (11:08 +0800)
committerdusanx <ef_dva@yahoo.com>
Mon, 27 Apr 2009 19:26:12 +0000 (03:26 +0800)
commit55d7422467ff3460f40ef2cf05ac27e5446b5a73
tree293ab1dcab625e85e5bb3de70722ef0c9226022d
parenta126b072f86533eb802663a74b96d9d833db65e3
Made makefile more robust

By using the .PHONY directive we can avoid errors that appear when there
are already files by that name in the directory.

For example: If we put a file called clean in the directory, than make
clean would not execute because the file 'clean' is already made.

Signed-off-by: dusanx <ef_dva@yahoo.com>
Makefile