From f9b4818607082c86c6585ff544a2613249634fd7 Mon Sep 17 00:00:00 2001 From: Julian Ganz Date: Sat, 17 Sep 2016 20:48:10 +0200 Subject: Add a convenience target for binary tests --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 46dfbaf5..a049d285 100644 --- a/Makefile +++ b/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 ]" -- cgit v1.2.3