diff --git a/Makefile b/Makefile index b4383e20..5d281810 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ +SHELL := /bin/bash + all: - @echo "Using lunch to start" \ No newline at end of file + @echo "Using 'source envsetup.sh' to start" \ No newline at end of file