From: <at...@us...> - 2007-08-12 21:13:14
|
Revision: 443 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=443&view=rev Author: atani Date: 2007-08-12 14:13:10 -0700 (Sun, 12 Aug 2007) Log Message: ----------- clean all instead of all Modified Paths: -------------- tiki/Makefile Modified: tiki/Makefile =================================================================== --- tiki/Makefile 2007-08-12 20:59:19 UTC (rev 442) +++ tiki/Makefile 2007-08-12 21:13:10 UTC (rev 443) @@ -1,5 +1,5 @@ win32 dc gp2x osx sdl: - $(MAKE) -C $@ all + $(MAKE) -C $@ clean all .PHONY: win32 dc gp2x osx sdl This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |