mirror of
https://github.com/SMFSW/cI2C
synced 2024-11-22 01:44:21 +01:00
14 lines
324 B
Batchfile
14 lines
324 B
Batchfile
|
@ECHO off
|
||
|
ECHO #***************************************************************
|
||
|
ECHO # File : clean.bat
|
||
|
ECHO #
|
||
|
ECHO # Command lines script: Clearing output, temporary and log files
|
||
|
ECHO #***************************************************************
|
||
|
|
||
|
|
||
|
@ECHO on
|
||
|
|
||
|
::del *.o /s
|
||
|
del cI2C.chm
|
||
|
del /f /q /s workdir\
|
||
|
rmdir workdir
|