Add the targets for the imag-binary to respective collector targets

This commit is contained in:
mario 2016-09-24 10:52:09 +02:00
parent c6e32a4fa8
commit 6a5c5e8449

View file

@ -21,7 +21,7 @@ INSTALL_TARGETS=$(foreach x,$(BIN_TARGETS),$(x)-install)
UPDATE_TARGETS=$(foreach x,$(TARGETS),$(x)-update)
CLEAN_TARGETS=$(foreach x,$(TARGETS),$(x)-clean)
all: $(TARGETS)
all: $(TARGETS) imag-bin
@$(ECHO) "\t[ALL ]"
imag-bin:
@ -59,10 +59,10 @@ lib-test: $(LIB_TARGETS_TEST)
test: bin-test lib-test
install: $(INSTALL_TARGETS)
install: $(INSTALL_TARGETS) imag-bin-install
@$(ECHO) "\t[INSTALL]"
update: $(UPDATE_TARGETS)
update: $(UPDATE_TARGETS) imag-bin-update
@$(ECHO) "\t[UPDATE ]"
clean: $(CLEAN_TARGETS) imag-bin-clean