mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-26 22:40:33 +00:00
Add clang-format as a requirement
This commit is contained in:
parent
047ea60bda
commit
5a6b3e1a61
2
Makefile
2
Makefile
@ -213,7 +213,7 @@ decompile: $(M2C_APP)
|
||||
|
||||
require-tools: $(SPLAT_APP) $(ASMDIFFER_APP)
|
||||
update-dependencies: require-tools $(M2CTX_APP) $(M2C_APP)
|
||||
sudo apt-get install -y $(cat tools/requirements-debian.txt)
|
||||
sudo apt-get install -y $$(cat tools/requirements-debian.txt)
|
||||
pip3 install -r $(TOOLS_DIR)/requirements-python.txt
|
||||
|
||||
$(SPLAT_APP):
|
||||
|
@ -1 +1 @@
|
||||
gcc-mipsel-linux-gnu binutils-mips-linux-gnu
|
||||
gcc-mipsel-linux-gnu binutils-mips-linux-gnu clang-format
|
Loading…
Reference in New Issue
Block a user