Changes in Makefile [7f345cd0:3654684] in mainline
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r7f345cd0 r3654684 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 doxygen77 78 75 # Pre-integration build check 79 76 check: $(CHECK) … … 123 120 $(MAKE) -r -C uspace clean 124 121 $(MAKE) -r -C boot clean 125 $(MAKE) -r -C doxygen clean126 122 127 123 -include Makefile.local
Note:
See TracChangeset
for help on using the changeset viewer.