From dfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 30 May 2016 09:58:23 +0200 Subject: minor makefile tweak --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 76d580b..861a154 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,7 +10,7 @@ CFLAGS += -Wno-pointer-sign VFLAGS := --leak-check=full --show-possibly-lost=no # build -TARGETS := vconsole vpublish +TARGETS := vconsole vpublish # default target all: build @@ -62,6 +62,7 @@ build: $(TARGETS) else build: @echo "build dependencies are missing" + @echo "" @false endif -- cgit