Merge pull request #720 from mario-kr/fix_bin-target

Fix imag-bin-install target
This commit is contained in:
Matthias Beyer 2016-09-08 09:11:42 +02:00 committed by GitHub
commit 539024781e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]"