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