Commit 3ec85ed

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-03-05 01:10:59
created target clean.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@45 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent a4b3ae0
Changed files (1)
trunk
trunk/build/project.ps1
@@ -36,5 +36,6 @@ task default -depends init
 
 task clean{
 	taskkill /f /im:"$($local_settings.editor)" /FI 'STATUS eq RUNNING'
+	remove-item $build_compile_dir -recurse -ErrorAction SilentlyContinue 
 }