mirror of https://github.com/BOINC/boinc.git
samples/worker: not message with install
This commit is contained in:
parent
ee78422ff6
commit
28d11cdfba
|
@ -14,6 +14,5 @@ worker: worker.o
|
||||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o worker worker.o
|
$(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) -o worker worker.o
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
@echo "--- The example app $(PROGS) is not installed ---"
|
|
||||||
|
|
||||||
.PHONY: install all distclean clean
|
.PHONY: install all distclean clean
|
||||||
|
|
Loading…
Reference in New Issue