Merge branch 'master' into 8561-node-pairing
[arvados.git] / Makefile
1 export WORKSPACE?=$(shell pwd)
2 help:
3         @echo >&2
4         @echo >&2 "There is no default make target here.  Did you mean 'make test'?"
5         @echo >&2
6         @echo >&2 "More info:"
7         @echo >&2 "  Installing              --> http://doc.arvados.org/install"
8         @echo >&2 "  Developing/contributing --> https://dev.arvados.org"
9         @echo >&2 "  Project home            --> https://arvados.org"
10         @echo >&2
11         @false
12 test:
13         build/run-tests.sh ${TEST_FLAGS}
14 packages:
15         build/run-build-packages-all-targets.sh ${PACKAGES_FLAGS}
16 test-packages:
17         build/run-build-packages-all-targets.sh --test-packages ${PACKAGES_FLAGS}