diff options
Diffstat (limited to 'Bootloaders/HID/makefile')
-rw-r--r-- | Bootloaders/HID/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index 5bbb8708c..f967eaa5a 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -686,7 +686,7 @@ clean_list : doxygen: @echo Generating Project Documentation \($(TARGET)\)... - @if ( doxygen Doxygen.conf 2>&1 | grep "warning" ;); then \ + @if ( doxygen Doxygen.conf 2>&1 | grep ": warning:" ;); then \ exit 1; \ fi; @echo Documentation Generation Complete. |