Changes in Makefile [7f345cd0:3654684] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

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