Skip to content

Commit

Permalink
add clear script
Browse files Browse the repository at this point in the history
  • Loading branch information
daodaoliang committed May 29, 2018
1 parent bc910e7 commit 33de66f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Scripts/clear.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

rm -rf ..\NBaseUiKit\release
rm -rf ..\NBaseUiKit\debug
rm -rf ..\NBaseUiKit\build_
rm -rf \Example\build_
rm -rf ..\Example\release
rm -rf ..\Example\debug
rm -rf ..\bin
rm -rf ..\Makefile*
rm -rf ..\NBaseUiKit\Makefile*
rm -rf ..\Example\Makefile*

0 comments on commit 33de66f

Please sign in to comment.