diff --git a/Makefile b/Makefile index 47522c107..bcd4d7138 100644 --- a/Makefile +++ b/Makefile @@ -218,6 +218,7 @@ toolchain/riscv-opcodes/*: format: $(ROOT_DIR)/scripts/run_clang_format.py --clang-format-executable=$(LLVM_INSTALL_DIR)/bin/clang-format -i -r $(ROOT_DIR) + find ./software/data -name '*.py' -exec autopep8 --in-place --aggressive {} + clean: clean-riscv-tests rm -rf $(INSTALL_DIR)