summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-01-25 11:17:26 +0100
committerGitHub <noreply@github.com>2017-01-25 11:17:26 +0100
commitcd684b04ab696e7456d6ba6e51ebabcf96cb7f0f (patch)
tree54ef3bd731a107b5558b3c52bab8e48655d7309d /Makefile
parentce36b38aa9ef25f8a0cc8f21860102b9950566a2 (diff)
parent188b0636247124934c11cf335cbf24cc7d3fe9da (diff)
Merge pull request #860 from matthiasbeyer/travis-opt
Travis opt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 ]"