Fix targets for top-level Makefile + libimagruby
* let the "lib" target build the tarball of the ruby gem * let the "lib-imag-ruby-test" target only test the ruby gem
This commit is contained in:
parent
4e5f265423
commit
095b22861d
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -47,11 +47,14 @@ bin: $(BIN_TARGETS) imag-bin
|
||||||
|
|
||||||
bin-test: $(BIN_TARGET_TESTS) imag-bin
|
bin-test: $(BIN_TARGET_TESTS) imag-bin
|
||||||
|
|
||||||
lib: $(LIB_TARGETS)
|
lib: $(LIB_TARGETS) lib-imag-ruby-tarball
|
||||||
@$(ECHO) "\t[ALLLIB ]"
|
@$(ECHO) "\t[ALLLIB ]"
|
||||||
|
|
||||||
lib-test: $(LIB_TARGETS_TEST)
|
lib-test: $(LIB_TARGETS_TEST)
|
||||||
|
|
||||||
|
lib-imag-ruby-tarball:
|
||||||
|
@$(MAKE) -C libimagruby tarball
|
||||||
|
|
||||||
lib-imag-ruby-test:
|
lib-imag-ruby-test:
|
||||||
@$(MAKE) -C libimagruby test
|
@$(MAKE) -C libimagruby test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue