Added "just clean" command

This commit is contained in:
IQuant 2025-02-28 18:42:55 +03:00
parent e0f4f08da5
commit b6364661c1

View file

@ -58,5 +58,9 @@ release:
cd ewext && cargo check
python scripts/check_pre_ci.py
clean:
cd noita-proxy && cargo clean
cd ewext && cargo clean
make_release_assets:
python scripts/make_release_assets.py