Changeset 7f345cd0 in mainline for Makefile


Ignore:
Timestamp:
2017-11-30T14:55:14Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bbc6277
Parents:
908d634
git-author:
Jiri Svoboda <jiri@…> (2017-11-29 23:53:59)
git-committer:
Jiri Svoboda <jiri@…> (2017-11-30 14:55:14)
Message:

Try to build a Doxygen reference again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r908d634 r7f345cd0  
    7373        find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file
    7474
     75doxy:
     76        $(MAKE) -r -C doxygen
     77
    7578# Pre-integration build check
    7679check: $(CHECK)
     
    120123        $(MAKE) -r -C uspace clean
    121124        $(MAKE) -r -C boot clean
     125        $(MAKE) -r -C doxygen clean
    122126
    123127-include Makefile.local
Note: See TracChangeset for help on using the changeset viewer.