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

View file

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