Add a convenience target for binary tests
This commit is contained in:
parent
57114e159f
commit
f9b4818607
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -50,6 +50,8 @@ release: $(RELEASE_TARGETS) imag-bin-release
|
|||
bin: $(BIN_TARGETS) imag-bin
|
||||
@$(ECHO) "\t[ALLBIN ]"
|
||||
|
||||
bin-test: $(BIN_TARGET_TESTS)
|
||||
|
||||
lib: $(LIB_TARGETS)
|
||||
@$(ECHO) "\t[ALLLIB ]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue