diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 09:58:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 09:58:23 +0200 |
commit | dfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf (patch) | |
tree | 5a36f7425fd2dc89d124d4e270a8a4b1c8d098c0 | |
parent | 6994e6d9fe38fc1fe67dbd46c4d1270ca9a625de (diff) | |
download | vconsole-dfc508c1df4e6a7fd7676e12b1b9a68ae0bc2caf.tar.gz |
minor makefile tweak
-rw-r--r-- | GNUmakefile | 3 |
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 |