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