Merge pull request #720 from mario-kr/fix_bin-target
Fix imag-bin-install target
This commit is contained in:
commit
539024781e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ imag-bin-update:
|
|||
|
||||
imag-bin-install:
|
||||
@$(ECHO) "\t[IMAG ][INSTALL]"
|
||||
@$(CARGO) install --path ./bin/Cargo.toml
|
||||
@$(CARGO) install --force --path ./bin
|
||||
|
||||
imag-bin-clean:
|
||||
@$(ECHO) "\t[IMAG ][CLEAN ]"
|
||||
|
|
Loading…
Reference in a new issue