From 28d11cdfba2e9c2cae30e80411ca1d76f4b5fe55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=B6ller?= Date: Mon, 27 Apr 2020 20:26:23 +0200 Subject: [PATCH] samples/worker: not message with install --- samples/worker/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/worker/Makefile b/samples/worker/Makefile index 533c705c2c..69327a8b6f 100644 --- a/samples/worker/Makefile +++ b/samples/worker/Makefile @@ -14,6 +14,5 @@ worker: worker.o $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o worker worker.o install: all - @echo "--- The example app $(PROGS) is not installed ---" .PHONY: install all distclean clean