diff options
author | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:49:08 +0900 |
---|---|---|
committer | HyungKyu Song <hk76.song@samsung.com> | 2013-02-16 00:49:08 +0900 |
commit | b10cd084cf1cdad179efa65f3a1f8399c2d443e5 (patch) | |
tree | 32e329de8dc8ba2395bb962f1695b4702ef11fe7 /B/clean.cmd | |
parent | a83fc9cd1e8b00df9de50d6285680a8e19d419f1 (diff) | |
download | lzop-tizen_2.0.tar.gz lzop-tizen_2.0.tar.bz2 lzop-tizen_2.0.zip |
Diffstat (limited to 'B/clean.cmd')
-rw-r--r-- | B/clean.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/B/clean.cmd b/B/clean.cmd new file mode 100644 index 0000000..3108290 --- /dev/null +++ b/B/clean.cmd @@ -0,0 +1,2 @@ +@del /q *.def *.err *.exp *.map *.o *.obj *.res *.tds > nul 2> nul
+@del /q lzop.exe > nul 2> nul
|