Changes in Makefile [3654684:7f345cd0] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r3654684 r7f345cd0 73 73 find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file 74 74 75 doxy: 76 $(MAKE) -r -C doxygen 77 75 78 # Pre-integration build check 76 79 check: $(CHECK) … … 120 123 $(MAKE) -r -C uspace clean 121 124 $(MAKE) -r -C boot clean 125 $(MAKE) -r -C doxygen clean 122 126 123 127 -include Makefile.local
Note:
See TracChangeset
for help on using the changeset viewer.