Skip to content

Commit

Permalink
Add missing dependencies in the makefile to fix parallel run (-j)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Dec 2, 2023
1 parent c2d0504 commit 0bf05ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ run: chdig

build: chdig deploy-binary

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

install:
install -m755 -D -t $(DESTDIR)/bin target/$(target)/$(target_type)/chdig
install -m644 -D -t $(DESTDIR)/share/bash-completion/completions target/chdig.bash-completion

deploy-binary:
deploy-binary: chdig
cp target/$(target)/$(target_type)/chdig target/chdig

packages: build build_completion deb rpm archlinux
Expand Down

0 comments on commit 0bf05ba

Please sign in to comment.