Fix Makefile target names and dependencies
This commit is contained in:
parent
20df1bbb03
commit
4e5f265423
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ bundle:
|
||||||
@$(ECHO) "[BUNDLE]"
|
@$(ECHO) "[BUNDLE]"
|
||||||
@$(BUNDLE) install --path vendor/bundle
|
@$(BUNDLE) install --path vendor/bundle
|
||||||
|
|
||||||
bundle-rake-thermite-test: bundle
|
tarball: bundle
|
||||||
@$(ECHO) "[RAKE ][thermite]"
|
@$(ECHO) "[RAKE ][thermite]"
|
||||||
@CARGO_TARGET=debug $(BUNDLE) exec rake thermite:tarball
|
@CARGO_TARGET=debug $(BUNDLE) exec rake thermite:tarball
|
||||||
|
|
||||||
test: lib bundle-rake-thermite-test
|
test: tarball
|
||||||
@$(ECHO) "[TEST ]"
|
@$(ECHO) "[TEST ] Not yet implemented. :-("
|
||||||
|
|
||||||
.FORCE:
|
.FORCE:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue