Skip to content

Commit

Permalink
correct makefile documentation (within the makefile). We no longer ne…
Browse files Browse the repository at this point in the history
…ed python2 for cpplint
  • Loading branch information
syclik committed Feb 23, 2024
1 parent d10a379 commit c6ebb2f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ help:
@echo ' * mix -> {rev, fwd, prim}'
@echo ''
@echo ' Cpplint'
@echo ' - cpplint : runs cpplint.py on source files. requires python 2.7.'
@echo ' cpplint is called using the CPPLINT variable:'
@echo ' CPPLINT = $(CPPLINT)'
@echo ' To set the version of python 2, set the PYTHON2 variable:'
@echo ' PYTHON2 = $(PYTHON2)'
@echo ' - cpplint : runs cpplint on source files.'
@echo ''
@echo ' Clang Tidy'
@echo ' - clang-tidy : runs the clang-tidy makefile over the test suite.'
Expand Down

0 comments on commit c6ebb2f

Please sign in to comment.