7 lines
73 B
Bash
7 lines
73 B
Bash
#!/bin/bash
|
|
rm html/*
|
|
doxygen Doxyfile_html
|
|
rm html/*.md5
|
|
rm html/*.map
|
|
|