Fix imag-bin-install target
This commit is contained in:
parent
6d851160ae
commit
46da70070f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ imag-bin-update:
|
||||||
|
|
||||||
imag-bin-install:
|
imag-bin-install:
|
||||||
@$(ECHO) "\t[IMAG ][INSTALL]"
|
@$(ECHO) "\t[IMAG ][INSTALL]"
|
||||||
@$(CARGO) install --path ./bin/Cargo.toml
|
@$(CARGO) install --force --path ./bin
|
||||||
|
|
||||||
imag-bin-clean:
|
imag-bin-clean:
|
||||||
@$(ECHO) "\t[IMAG ][CLEAN ]"
|
@$(ECHO) "\t[IMAG ][CLEAN ]"
|
||||||
|
|
Loading…
Reference in a new issue