8491: Add default target "make help"
authorTom Clegg <tom@curoverse.com>
Tue, 15 Mar 2016 20:09:03 +0000 (16:09 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 15 Mar 2016 20:09:03 +0000 (16:09 -0400)
Makefile

index 921eb02f5fa811f4b1f9e27e35baffb6efb67009..45c95477e037c040e646e16eeb20dec70d929364 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,14 @@
 export WORKSPACE?=$(shell pwd)
 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:
 test:
        build/run-tests.sh ${TEST_FLAGS}
 packages: