X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6e43568d82b1d3adaf7a120b9178ba75cf989e7..8a27fe370239ecb8e50d53f46b45ed61203a35ca:/Makefile diff --git a/Makefile b/Makefile index 921eb02f5f..8159f5feee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,18 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + export WORKSPACE?=$(shell pwd) +help: + @echo >&2 + @echo >&2 "There is no default make target here. Did you mean 'make test'?" + @echo >&2 + @echo >&2 "More info:" + @echo >&2 " Installing --> http://doc.arvados.org/install" + @echo >&2 " Developing/contributing --> https://dev.arvados.org" + @echo >&2 " Project home --> https://arvados.org" + @echo >&2 + @false test: build/run-tests.sh ${TEST_FLAGS} packages: