[script] add a shortcut ``make format-all``
This commit is contained in:
parent
9d8f4c1664
commit
fdf6cedbdf
3
Makefile
3
Makefile
|
@ -91,6 +91,9 @@ format-py:
|
||||||
${PYTHON_FORMAT_EXEC} $${f} --line-length 100 || exit 1; \
|
${PYTHON_FORMAT_EXEC} $${f} --line-length 100 || exit 1; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
format-all: format-cpp format-xml format-py
|
||||||
|
# Format all the C/C++, XML and Python codes
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
# Remove current build results
|
# Remove current build results
|
||||||
rm -rf ${BUILD_DIR} yosys/install
|
rm -rf ${BUILD_DIR} yosys/install
|
||||||
|
|
Loading…
Reference in New Issue