Fix Makefile target names and dependencies

This commit is contained in:
Matthias Beyer 2017-02-08 10:42:41 +01:00
parent 20df1bbb03
commit 4e5f265423
1 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ bundle:
@$(ECHO) "[BUNDLE]"
@$(BUNDLE) install --path vendor/bundle
bundle-rake-thermite-test: bundle
tarball: bundle
@$(ECHO) "[RAKE ][thermite]"
@CARGO_TARGET=debug $(BUNDLE) exec rake thermite:tarball
test: lib bundle-rake-thermite-test
@$(ECHO) "[TEST ]"
test: tarball
@$(ECHO) "[TEST ] Not yet implemented. :-("
.FORCE: