Skip to content

Commit

Permalink
Use the just compiled binary for generation bash completion
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Nov 25, 2023
1 parent 0efdfa0 commit 923cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tfg:
build: chdig tfg link

build_completion:
cargo run -- --completion bash > dist/chdig.bash-completion
cargo run $(cargo_build_opts) -- --completion bash > dist/chdig.bash-completion

install:
install -m755 -D -t $(DESTDIR)/bin target/$(target)/$(target_type)/chdig
Expand Down

0 comments on commit 923cc6b

Please sign in to comment.