Simplify make lint

This commit is contained in:
Michael Droettboom 2018-10-08 13:18:28 -04:00
parent c504180fc4
commit 1865046a1f
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ test: all
lint: lint:
flake8 src test tools pyodide_build benchmark/benchmark.py benchmark/plot_benchmark.py \ flake8 src test tools pyodide_build benchmark
benchmark/benchmarks/
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ') clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')