Changeset e347396 in mainline for Makefile


Ignore:
Timestamp:
2018-01-19T16:49:59Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df2e5514
Parents:
17c14273
Message:

Add ccheck-fix makefile target to ask ccheck to attempt to fix cstyle issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r17c14273 re347396  
    7979        tools/ccheck.sh
    8080
     81ccheck-fix: $(CCHECK)
     82        tools/ccheck.sh --fix
     83
    8184$(CCHECK):
    8285        cd tools && ./build-ccheck.sh
Note: See TracChangeset for help on using the changeset viewer.