mirror of
https://github.com/SMFSW/cI2C
synced 2024-11-21 17:34:21 +01:00
14 lines
324 B
Batchfile
Executable File
14 lines
324 B
Batchfile
Executable File
@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 |