aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-05-30 09:58:23 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-05-30 09:58:23 +0200
commitdfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf (patch)
tree5a36f7425fd2dc89d124d4e270a8a4b1c8d098c0
parent6994e6d9fe38fc1fe67dbd46c4d1270ca9a625de (diff)
downloadvconsole-dfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf.tar.gz
minor makefile tweak
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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