Skip to content

Commit

Permalink
Fix make ccheck
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jzr committed Aug 17, 2019
1 parent 5411bd3 commit be9702e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -26,7 +26,6 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

CCHECK = tools/sycek/ccheck
CSCOPE = cscope
FORMAT = clang-format

Expand All @@ -49,11 +48,11 @@ cscope_parts:
format:
find abi kernel boot uspace -type f -regex '^.*\.[ch]$$' | xargs $(FORMAT) -i -sort-includes -style=file

ccheck: $(CCHECK)
ccheck:
cd tools && ./build-ccheck.sh
tools/ccheck.sh

ccheck-fix: $(CCHECK)
ccheck-fix:
cd tools && ./build-ccheck.sh
tools/ccheck.sh --fix

Expand Down

0 comments on commit be9702e

Please sign in to comment.