6 lines
74 B
Batchfile
6 lines
74 B
Batchfile
|
del html\*.* /Q
|
||
|
doxygen Doxyfile_html
|
||
|
del html\*.md5
|
||
|
del html\*.map
|
||
|
pause
|