[script] add a shortcut ``make format-all``

This commit is contained in:
tangxifan 2022-11-21 14:44:27 -08:00
parent 9d8f4c1664
commit fdf6cedbdf
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ format-py:
${PYTHON_FORMAT_EXEC} $${f} --line-length 100 || exit 1; \
done
format-all: format-cpp format-xml format-py
# Format all the C/C++, XML and Python codes
clean:
# Remove current build results
rm -rf ${BUILD_DIR} yosys/install