[Assorted-commits] SF.net SVN: assorted:[1015] simple-build/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-10-10 22:21:21
|
Revision: 1015 http://assorted.svn.sourceforge.net/assorted/?rev=1015&view=rev Author: yangzhang Date: 2008-10-10 22:21:12 +0000 (Fri, 10 Oct 2008) Log Message: ----------- added phony to makefile Modified Paths: -------------- simple-build/trunk/src/Makefile Modified: simple-build/trunk/src/Makefile =================================================================== --- simple-build/trunk/src/Makefile 2008-10-10 22:20:50 UTC (rev 1014) +++ simple-build/trunk/src/Makefile 2008-10-10 22:21:12 UTC (rev 1015) @@ -18,3 +18,5 @@ clean: rm -rf meta + +.PHONY: clean run all This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |