forked from Archive/PX4-Autopilot
3 lines
29 B
Bash
3 lines
29 B
Bash
|
#!/bin/sh
|
||
|
rm -rf html
|
||
|
doxygen
|