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:
flake8 src test tools pyodide_build benchmark/benchmark.py benchmark/plot_benchmark.py \
benchmark/benchmarks/
flake8 src test tools pyodide_build benchmark
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')