X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/aece0e58f930f908dd06181c04ed40a1da4ee9c8..d33e6d4dc5323513df30c598a56779b16448d595:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index b763d51..766196f 100644 --- a/Makefile +++ b/Makefile @@ -16,16 +16,16 @@ build: prepare @export $$(cat .env | xargs) > /dev/null 2>&1 && cargo build --profile $(profile) --target $(target) test: - cargo test + @export $$(cat .env | xargs) > /dev/null 2>&1 && cargo test coverage: - cargo tarpaulin + @export $$(cat .env | xargs) > /dev/null 2>&1 && cargo tarpaulin format: - cargo fmt && cargo clippy --fix + @export $$(cat .env | xargs) > /dev/null 2>&1 && cargo fmt && cargo clippy --fix lint: - cargo fmt -- --check && cargo clippy + @export $$(cat .env | xargs) > /dev/null 2>&1 && cargo fmt -- --check && cargo clippy release: rpm tar deb @$(eval filename := $(app_name)-$(target)-$(channel))