mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Add deny warnings and clippy::all to build script
This commit is contained in:
parent
4cf92fa18a
commit
4eb31cda34
1
justfile
1
justfile
|
@ -1,4 +1,5 @@
|
||||||
export CARGO_TARGET_DIR := env_var_or_default('CARGO_TARGET_DIR', justfile_directory() + "/target")
|
export CARGO_TARGET_DIR := env_var_or_default('CARGO_TARGET_DIR', justfile_directory() + "/target")
|
||||||
|
export RUSTFLAGS := "-D warnings -D clippy::all"
|
||||||
|
|
||||||
build: build-roms
|
build: build-roms
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue