From 188b0636247124934c11cf335cbf24cc7d3fe9da Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 25 Jan 2017 10:44:44 +0100 Subject: [PATCH] Build imag-bin on bin-test to be sure things work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 719c0219..4a4e751c 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ release: $(RELEASE_TARGETS) imag-bin-release bin: $(BIN_TARGETS) imag-bin @$(ECHO) "\t[ALLBIN ]" -bin-test: $(BIN_TARGET_TESTS) +bin-test: $(BIN_TARGET_TESTS) imag-bin lib: $(LIB_TARGETS) @$(ECHO) "\t[ALLLIB ]"