samples/worker: not message with install

This commit is contained in:
Steffen Möller 2020-04-27 20:26:23 +02:00 committed by GitHub
parent ee78422ff6
commit 28d11cdfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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